mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
chore: moves log to debug
This commit is contained in:
@@ -63,7 +63,7 @@ func escapeAnyMap(orderedMap *orderedmap.OrderedMap[string, any]) {
|
|||||||
escapeSlice(value)
|
escapeSlice(value)
|
||||||
orderedMap.Set(pair.Key, value)
|
orderedMap.Set(pair.Key, value)
|
||||||
default:
|
default:
|
||||||
log.Warn().Type("type", value).Msg("unknown logEvent type")
|
log.Debug().Type("type", value).Msg("unknown logEvent type")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user