Add Octavia logs to filter regex

Add 'o-' to SUPPORTS_SEV regex to enable Octavia logs
support in filter.

Change-Id: Ie29830320fd6c4524d151b291d836aa0c6be71cc
This commit is contained in:
Adam Harwell 2017-08-02 11:10:37 -07:00
parent 0ed87b88fe
commit a0a4cadabd
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-|'
r'((screen-)?(n-|c-|g-|h-|ir-|ironic-|m-|o-|'
r'q-|neutron-|' # support both lib/neutron and lib/neutron-legacy logs
r'ceil|key|sah|des|tr)' # openstack logs
r'|(devstack\@)' # systemd logs