Do not log
This commit is contained in:
parent
1c55429a38
commit
2542c92b59
|
@ -2,7 +2,6 @@ package api
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@ -63,7 +62,6 @@ func (c HealthChecks) AggregatedStatus() string {
|
|||
case HealthCritical:
|
||||
critical = true
|
||||
default:
|
||||
log.Printf("[WARN] unknown status %q", check.Status)
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue