-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CLI options for tuning logging and remove -development option
This commit adds the following CLI options to tune logging: - `-zap-devel` - `-zap-encoder` - `-zap-log-level` - `-zap-stacktrace-level` - `-zap-time-encoding` This commit also removes the `-development` option, which is now replaced with `-zap-devel`. See also: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/log/zap#Options.BindFlags Signed-off-by: Ryotaro Banno <[email protected]>
- Loading branch information
1 parent
767261b
commit 93e9e45
Showing
2 changed files
with
8 additions
and
3 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