forked from coop-cloud/authentik
make abra.sh less verbose by ignoring RuntimeWarnings
This commit is contained in:
parent
4fe52c1e5f
commit
0be7e95f48
2
abra.sh
2
abra.sh
@ -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(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user