feat(log): change unhealthy log to debug level
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package healthcheck
|
||||
|
||||
type Logger interface {
|
||||
Debug(s string)
|
||||
Info(s string)
|
||||
Error(s string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user