Merge "Support severity filtering for dragonflow logs"

This commit is contained in:
Zuul 2017-12-05 20:07:06 +00:00 committed by Gerrit Code Review
commit 5231f7c8cd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import os_loganalyze.util as util
# which logs support severity
SUPPORTS_SEV = re.compile(
r'/' # this uses an re.search so anchor the string
r'((screen-)?(n-|c-|g-|h-|ir-|ironic-|m-|o-|'
r'((screen-)?(n-|c-|g-|h-|ir-|ironic-|m-|o-|df-|'
r'q-|neutron-|' # support both lib/neutron and lib/neutron-legacy logs
r'ceil|key|sah|des|tr)' # openstack logs
r'|(devstack\@)' # systemd logs