[CI] Filter fluentd errors more
Make it less likely to fail on false positives. Change-Id: I493430e255c76bf2a30818b63913ecabb40c5afc
This commit is contained in:
parent
a1794b29ac
commit
58dd72583b
@ -19,7 +19,7 @@ function check_openstack_log_file_for_level {
|
||||
function check_fluentd_log_file_for_level {
|
||||
# $1: file
|
||||
# $2: log level
|
||||
sudo egrep "\[$2\]" $1
|
||||
sudo egrep "\[$2\]:" $1
|
||||
}
|
||||
|
||||
function filter_out_expected_critical {
|
||||
|
Loading…
x
Reference in New Issue
Block a user