[CI] Filter fluentd errors more

Make it less likely to fail on false positives.

Change-Id: I493430e255c76bf2a30818b63913ecabb40c5afc
This commit is contained in:
Radosław Piliszek 2022-02-09 18:24:19 +01:00
parent a1794b29ac
commit 58dd72583b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {