Skip to content

Commit 52a19cb

Browse files
committed
map syslog alert level to fatal
1 parent 8c0e0e2 commit 52a19cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SeqCli/Levels/LevelMapping.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static class LevelMapping
7474
["crit"] = ("Critical", LogEventLevel.Fatal),
7575
["critical"] = ("Critical", LogEventLevel.Fatal),
7676
["emerg"] = ("Emergency", LogEventLevel.Fatal),
77+
["alert"] = ("Alert", LogEventLevel.Fatal),
7778
["panic"] = ("Panic", LogEventLevel.Fatal)
7879
};
7980

0 commit comments

Comments
 (0)