Skip to content

Commit

Permalink
Merge pull request #81 from nbalacha/logs
Browse files Browse the repository at this point in the history
fix: remove the development log flag
  • Loading branch information
nbalacha authored Jan 18, 2022
2 parents 2e3a4ce + c4ce277 commit 43a0644
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 @@ -60,7 +60,7 @@ func main() {
"Enable leader election for controller manager. "+
"Enabling this will ensure there is only one active controller manager.")
opts := zap.Options{
Development: true,
Development: false,
}
opts.BindFlags(flag.CommandLine)
flag.Parse()
Expand Down

0 comments on commit 43a0644

Please sign in to comment.