1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: moves log to debug

This commit is contained in:
Amir Raminfar
2025-06-16 10:07:31 -07:00
parent cd9a771cab
commit 176d41aff3

View File

@@ -63,7 +63,7 @@ func escapeAnyMap(orderedMap *orderedmap.OrderedMap[string, any]) {
escapeSlice(value)
orderedMap.Set(pair.Key, value)
default:
log.Warn().Type("type", value).Msg("unknown logEvent type")
log.Debug().Type("type", value).Msg("unknown logEvent type")
}
}
}