mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
backend tests: change loglevel to WARN (#4514)
This commit is contained in:
parent
b13004b25a
commit
b98aaf4904
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ s!"soffice":[^,]*!"soffice": "/usr/bin/soffice"!
|
||||||
# Reduce rate limit aggressiveness
|
# Reduce rate limit aggressiveness
|
||||||
s!"max":[^,]*!"max": 100!
|
s!"max":[^,]*!"max": 100!
|
||||||
s!"points":[^,]*!"points": 1000!
|
s!"points":[^,]*!"points": 1000!
|
||||||
|
# GitHub does not like our output
|
||||||
|
s!"loglevel":[^,]*!"loglevel": "WARN"!
|
||||||
' settings.json.template >settings.json
|
' settings.json.template >settings.json
|
||||||
|
|
||||||
log "Assuming bin/installDeps.sh has already been run"
|
log "Assuming bin/installDeps.sh has already been run"
|
||||||
|
|
Loading…
Reference in a new issue