mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-04 03:54:58 +01:00
chore: updates log
This commit is contained in:
@@ -11,7 +11,7 @@ func (h *handler) healthcheck(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
for _, host := range h.multiHostService.Hosts() {
|
||||
if host.Type == "agent" {
|
||||
log.Debug().Str("host", host.ID).Msg("Skipping agent host")
|
||||
log.Debug().Str("host", host.ID).Msg("Skipping agent host for healthcheck")
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user