Skip to content

Commit

Permalink
some more logging
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Apr 30, 2024
1 parent 3ad4fa4 commit 53847c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/controller/labelgroup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ func (r *LabelGroupReconciler) SetupWithManager(mgr ctrl.Manager) error {
For(&susqlv1.LabelGroup{}).
Complete(r)

r.Logger.V(2).Info("[SetupWithmManager] Initializing Metrics Exporter.")

// Start server to export metrics
r.InitializeMetricsExporter()

Expand Down

0 comments on commit 53847c4

Please sign in to comment.