Skip to content

Commit

Permalink
Added more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodietnercodit committed Jan 16, 2024
1 parent dd6df01 commit bb939f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions operator/controllers/loki/lokistack_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ func (r *LokiStackReconciler) updateResources(ctx context.Context, req ctrl.Requ

// SetupWithManager sets up the controller with the Manager.
func (r *LokiStackReconciler) SetupWithManager(mgr manager.Manager) error {

Check failure on line 194 in operator/controllers/loki/lokistack_controller.go

View workflow job for this annotation

GitHub Actions / lint (1.20)

File is not `gofumpt`-ed (gofumpt)
r.Log.Info("SetupWithManager started with loki stack config. ruler config is: ", "config-object", &lokiv1.RulerConfig{})

b := ctrl.NewControllerManagedBy(mgr)
return r.buildController(k8s.NewCtrlBuilder(b))
}
Expand Down

0 comments on commit bb939f9

Please sign in to comment.