Modify loglevel

This commit is contained in:
GeorgianaElena
2020-06-05 15:04:14 +03:00
parent 6409e29fa8
commit 651425972f

View File

@@ -132,7 +132,7 @@ def test_extra_config(tmpdir, tljh_dir):
extra_config = {
# modify existing value
"dashboard": True,
"logLevel": "ERROR",
# modify existing value with multiple levels
"entryPoints": {
"auth_api": {