-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mute noisy log messages by default (#10)
## Description - Use level 4 for trace messages like UpdateMetadata and UpdateStatus. - Add messages to distinguish reconcile steps. - Add message with reconcile result to see if requeue was requested. ## Why do we need it, and what problem does it solve? UpdateMetadata and UpdateStatus are too noisy for default debug log level. ## What is the expected result? Developer should change VERBOSITY to 4 to see more detailed huge logs. ## Checklist - [ ] The code is covered by unit tests. - [ ] e2e tests passed. - [ ] Documentation updated according to the changes. - [x] Changes were tested in the Kubernetes cluster manually. Signed-off-by: Ivan Mikheykin <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters