Skip to content

Commit

Permalink
bugfix(logging): remove logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Breee committed Dec 18, 2024
1 parent 42ed8b9 commit 43c2da9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ func main() {
// *very* verbose even at info level, so we only provide it a real
// logger when we're running in debug mode.
ctrl.SetLogger(zl)
} else {
log.Info("Debug mode is disabled. Run with --debug flag to enable and get logs for the controller-runtime.")
}
}

log.Debug("Starting", "sync-period", syncInterval.String())

Expand Down

0 comments on commit 43c2da9

Please sign in to comment.