From 651425972f899bd3660b41527127e9ba24196ef2 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 5 Jun 2020 15:04:14 +0300 Subject: [PATCH] Modify loglevel --- tests/test_traefik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_traefik.py b/tests/test_traefik.py index ebe4b45..488418f 100644 --- a/tests/test_traefik.py +++ b/tests/test_traefik.py @@ -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": {