Merge "[CI] Filter fluentd errors more"

This commit is contained in:
Zuul 2022-02-11 10:02:16 +00:00 committed by Gerrit Code Review
commit da1670241b

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 {