Skip to content
Snippets Groups Projects
Commit 58dd7258 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

[CI] Filter fluentd errors more

Make it less likely to fail on false positives.

Change-Id: I493430e255c76bf2a30818b63913ecabb40c5afc
parent a1794b29
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ function check_openstack_log_file_for_level { ...@@ -19,7 +19,7 @@ function check_openstack_log_file_for_level {
function check_fluentd_log_file_for_level { function check_fluentd_log_file_for_level {
# $1: file # $1: file
# $2: log level # $2: log level
sudo egrep "\[$2\]" $1 sudo egrep "\[$2\]:" $1
} }
function filter_out_expected_critical { function filter_out_expected_critical {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment