Skip to content

Commit

Permalink
Reduce health check log noise
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Aug 13, 2021
1 parent 7ad3409 commit bdc1ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/healthz/healthz.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (h *Handler) CheckHealth() (err error) {
if err != nil {
return err
}
h.Logger.Infof("global database connection healthz passed")
h.Logger.Debugf("global database connection healthz passed")
return nil
})
if err != nil {
Expand Down

0 comments on commit bdc1ea0

Please sign in to comment.