critical => fatal

This commit is contained in:
Nathan Woulfe
2019-07-12 14:20:28 +10:00
parent 6329dfa629
commit cf49e6160a

View File

@@ -4,7 +4,7 @@
"query": "Not(@Level='Verbose') and Not(@Level='Debug')"
},
{
"name": "Find all logs that has an exception property (Warning, Error & Critical with Exceptions)",
"name": "Find all logs that has an exception property (Warning, Error & Fatal with Exceptions)",
"query": "Has(@Exception)"
},
{