1
0
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:
Amir Raminfar
2024-11-01 14:17:24 -07:00
parent cc77c16f92
commit d09aa5d481

View File

@@ -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
}