Skip to content

Commit

Permalink
Adding more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodietnercodit committed Jan 16, 2024
1 parent bb939f9 commit 7c145af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/controllers/loki/lokistack_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ func (r *LokiStackReconciler) updateResources(ctx context.Context, req ctrl.Requ
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{})
r.Log.Info("SetupWithManager started with loki stack config. ruler config is: ", "config-object", &lokiv1.LokiStackList{})
r.Log.Info("SetupWithManager started with loki stack config. ruler config is: ", "config-object", &lokiv1.LokiStack{})

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

0 comments on commit 7c145af

Please sign in to comment.