update quieten() function to make output less verbose
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
cdabec1b18
commit
c42017839f
4
abra.sh
4
abra.sh
@ -176,7 +176,9 @@ for name, url in applications.items():
|
|||||||
|
|
||||||
|
|
||||||
quieten(){
|
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(){
|
add_email_templates(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user