Capitalize all log messages for consistency#667
Capitalize all log messages for consistency#667nmn3m wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
Signed-off-by: Nour <nurmn3m@gmail.com>
f1c473e to
9c3e475
Compare
|
@jgehrcke can you please take a look ?. |
|
Thanks @nmn3m with lower-case n. That's an upper-class effort! 🌞 Sorry for the jokes. I'd appreciate if we can let this sit for a bit. There are a number of PRs in flight that will have merge conflicts if we were to land this one. |
|
Thanks @jgehrcke 😊 By the way, is there a way for me to check or identify which PRs might cause merge conflicts with this one? |
|
Thanks for the contribution -- let's close this PR for now, it's rather heavily out of date. |
Capitalize All Log Messages for Consistency
Start all
kloglog messages with an uppercase character across the codebase.This ensures consistent log formatting and improves readability.
Fixes: #645