We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0e0e2 commit 52a19cbCopy full SHA for 52a19cb
src/SeqCli/Levels/LevelMapping.cs
@@ -74,6 +74,7 @@ public static class LevelMapping
74
["crit"] = ("Critical", LogEventLevel.Fatal),
75
["critical"] = ("Critical", LogEventLevel.Fatal),
76
["emerg"] = ("Emergency", LogEventLevel.Fatal),
77
+ ["alert"] = ("Alert", LogEventLevel.Fatal),
78
["panic"] = ("Panic", LogEventLevel.Fatal)
79
};
80
0 commit comments