Change defaults to log only errors

This commit is contained in:
Matthias
2021-01-03 07:18:41 +01:00
parent 634d6f3898
commit 5ca2cd3a1e
6 changed files with 13 additions and 13 deletions

View File

@@ -164,7 +164,7 @@
"enabled": false,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080,
"verbosity": "info",
"verbosity": "error",
"enable_openapi": false,
"jwt_secret_key": "somethingrandom",
"CORS_origins": [],