Skip to content

Commit

Permalink
controller: fix log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Aug 12, 2020
1 parent d00c0f4 commit b55ee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func (c *Controller) syncHandler(key string) error {
// that there was not a single alert rule for the prometheus server in
// this namespace that did not use templating for its tier and service
// labels.
c.logger.ErrorWithBackoff("could not find default tier and service for Prometheus server '%s'", promServerName)
c.logger.Info("msg", fmt.Sprintf("could not find default tier and service for Prometheus server '%s'", promServerName))
}

// Parse alert rules into absent metric alert rules.
Expand Down

0 comments on commit b55ee5e

Please sign in to comment.