mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[vmw_log] 'panic' is an 'error' too.
VPXD prints out the stackframes in the log files when it terminates abnormally. These log messages have a log level of 'panic'. I guess these qualify as 'error' as well.
This commit is contained in:
parent
82ada5103a
commit
fb4eb36796
@ -680,7 +680,7 @@
|
|||||||
},
|
},
|
||||||
"level-field": "level",
|
"level-field": "level",
|
||||||
"level" : {
|
"level" : {
|
||||||
"error" : "error",
|
"error" : "(error|panic)",
|
||||||
"warning" : "warning",
|
"warning" : "warning",
|
||||||
"trace" : "verbose"
|
"trace" : "verbose"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user