Skip to content

Commit

Permalink
metrics and events
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Wall <cwall@redhat.com>
  • Loading branch information
cameronmwall committed Dec 5, 2023
1 parent ea88ce0 commit 7e82fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func main() {
"The duration the clients should wait between attempting acquisition and renewal "+
"of a leadership. This is only applicable if leader election is enabled.")
// Initialize the logger.
log.InitFlags(nil)
log.InitFlags(flag.CommandLine)
flag.Parse()
defer log.Flush()

Expand Down

0 comments on commit 7e82fcf

Please sign in to comment.