1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

feat: supports wrn level. see #3984 (#3985)

This commit is contained in:
Amir Raminfar
2025-06-16 09:12:07 -07:00
committed by GitHub
parent c1955a3301
commit 633d794539
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ func TestGuessLogLevel(t *testing.T) {
{"DBG with more error=msg", "debug"},
{"inf Something went wrong", "info"},
{"crit: Something went wrong", "fatal"},
{"[21:01:45] [WRN] this is a test", "warn"},
{orderedmap.New[string, string](
orderedmap.WithInitialData(
orderedmap.Pair[string, string]{Key: "key", Value: "value"},