update quieten() function to make output less verbose
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2024-05-08 21:50:39 +02:00
parent cdabec1b18
commit c42017839f
1 changed files with 3 additions and 1 deletions

View File

@ -176,7 +176,9 @@ for name, url in applications.items():
quieten(){
grep -v -e '{"event"' -e '{"action"'
# 'SyntaxWarning|version_regex|"http\['
# is a workaround to get rid of some verbose syntax warnings, this might be fixed with another version
grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\['
}
add_email_templates(){