Merge "CI: add a message for fluentd string match function"
This commit is contained in:
commit
e45e8c804f
@ -95,6 +95,7 @@ for string in "${fluentchecks[@]}"; do
|
||||
fluentd_file=/tmp/logs/kolla/fluentd-errors.log
|
||||
if check_fluentd_log_file_for_content $fluentd_log_file "$string" >/dev/null; then
|
||||
any_critical=1
|
||||
echo "(critical) Found some error log messages in fluentd logs. Matches in $fluentd_file"
|
||||
echo "$string" >> $fluentd_file
|
||||
check_fluentd_log_file_for_content $fluentd_log_file "$string" >> $fluentd_file
|
||||
echo >> $fluentd_file
|
||||
|
Loading…
Reference in New Issue
Block a user