Skip to content

Commit

Permalink
chore: Improve logs when instances are unready
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Jan 8, 2025
1 parent 3235c48 commit f956281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/controller_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func GetScopedMatchingInstances(log logr.Logger, ctx context.Context, k8sClient
selectedList = append(selectedList, instance)
}
if len(unready_instances) > 0 {
log.Info("Grafana instances not ready", "instances", unready_instances)
log.Info("Grafana instances not ready, excluded from matching", "instances", unready_instances)
}

return selectedList, nil
Expand Down

0 comments on commit f956281

Please sign in to comment.