Skip to content

Commit

Permalink
change log level to info for checking health
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Jan 29, 2024
1 parent 4a47922 commit 4c502d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/health_checker/health_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (c *Checker) run() {
c.log.Info().Msg("checker stopped")
return
case <-ticker.C:
c.log.Debug().Msg("checking health")
c.log.Info().Msg("checking health")

func() {
ctx2, cancel2 := context.WithTimeout(ctx, c.cfg.Interval/2)
Expand Down

0 comments on commit 4c502d3

Please sign in to comment.