make abra.sh less verbose by ignoring RuntimeWarnings

This commit is contained in:
Moritz 2024-05-27 12:10:32 +02:00
parent 4fe52c1e5f
commit 0be7e95f48

View File

@ -178,7 +178,7 @@ for name, url in applications.items():
quieten(){
# '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\['
grep -Pv '"level": "(info|debug)"|SyntaxWarning|version_regex|"http\[|RuntimeWarning:'
}
add_email_templates(){