This repository was archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Unify and split logging into levels to reduce log flooding in production #195
Merged
openshift-merge-robot
merged 16 commits into
redhat-developer:master
from
pmacik:reduce-info-logging
Oct 14, 2019
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
661d4e2
Introduce logging levels of verbosity.
pmacik ab60fc3
Merge branch 'master' into reduce-info-logging
pmacik f28ceb9
Unify the logging throughout the operator's code
pmacik 6994682
Remove 'Log' prefix from logging function names to reduce boilerplate…
pmacik 7344506
Remove 'Log' prefix from Error logging function name to reduce boiler…
pmacik 6616fcb
Use proper logger pointer.
pmacik 7c07a9c
Encapulate logging methods under Log type to reduce boilerplate code.
pmacik 46dd29a
Add docs comments to Log type.
pmacik 7120f85
Introduce the ZAP_LEVEL_FLAG variable (based on VERBOSE) and update l…
pmacik a3e2db7
Merge branch 'master' into reduce-info-logging
pmacik c41fc58
Fix VERBOSE=3 condition in Makefile.
pmacik 7913057
Set the proper logging level for the e2e tests.
pmacik 9fefaa8
Update for the PR comments.
pmacik 51a11f3
Remove the 'DEBUG:' prefix from the default debug-level lines.
pmacik 8a2faed
Fix log package and comment formatting.
pmacik 9030102
Shorter the log package imports.
pmacik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.