Revert "backend tests: change loglevel to WARN (#4514)"

Logging verbosity of the openapi handlers was turned down so GitHub
should be happier with INFO now. This makes it easier to troubleshoot
problems.

This reverts commit b98aaf4904.
This commit is contained in:
Richard Hansen 2021-02-09 01:26:14 -05:00 committed by John McLear
parent 1e3f352281
commit cb1116607e

View file

@ -15,8 +15,6 @@ s!"soffice":[^,]*!"soffice": "/usr/bin/soffice"!
# Reduce rate limit aggressiveness
s!"max":[^,]*!"max": 100!
s!"points":[^,]*!"points": 1000!
# GitHub does not like our output
s!"loglevel":[^,]*!"loglevel": "WARN"!
' settings.json.template >settings.json
log "Assuming src/bin/installDeps.sh has already been run"