We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01635e4 commit c7006ebCopy full SHA for c7006eb
cmd/manager/main.go
@@ -116,7 +116,6 @@ func main() {
116
// be propagated through the whole operator, generating
117
// uniform and structured logs.
118
119
-
120
logf.SetLogger(zap.Logger())
121
122
printVersion()
pkg/controller/grafanadashboard/dashboard_controller.go
@@ -113,7 +113,7 @@ func (r *ReconcileGrafanaDashboard) Reconcile(request reconcile.Request) (reconc
113
114
// If Grafana is not running there is no need to continue
115
if !r.state.GrafanaReady {
- log.Error(fmt.Errorf("no grafana instance available"),"")
+ log.Error(fmt.Errorf("no grafana instance available"), "")
return reconcile.Result{Requeue: false}, nil
}
0 commit comments