forked from openshift/gcp-project-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ProjectReference superfluous logs
* Developers: Use the '--zap-level' flag as part of the `--operator-flags` * SysAdmins : Add the `--zap-level` as `arg` of the operator.yaml * Apart from the controllers, the GCP Operators uses the gcpclient as well. Things done: * Add ProjectReference v1 verbose level * Add ProjectClaim v2 verbose level * Add gcpclient v3 verbose level * Add operator-sdk v4 verbose level * Expose v1-v4 verboseLevels as a constant to replace log numerals Suppression notes: * During deletion the [INFO] logs are still visible. * Hide all the [INFO] logs of ProjectClaim under the V1 level of verbosity * Hide the the [INFO] type logs of gcpclient into V3 level of verbosity. * Hide the operator-sdk initialization logs under v4 level. refactors: * Change all commands to shell * conform to commitlint changes
- Loading branch information
1 parent
fdaba24
commit dcb3ff8
Showing
11 changed files
with
130 additions
and
72 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
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
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
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
Oops, something went wrong.