[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:
Suresh Sundriyal 2014-11-07 00:02:08 -08:00
parent 82ada5103a
commit fb4eb36796

View File

@ -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"
}, },