[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.
pull/114/head
Suresh Sundriyal 10 years ago
parent 82ada5103a
commit fb4eb36796

@ -680,7 +680,7 @@
},
"level-field": "level",
"level" : {
"error" : "error",
"error" : "(error|panic)",
"warning" : "warning",
"trace" : "verbose"
},

Loading…
Cancel
Save