From 8597264289eaa3f0ac2e7061353452a836fd34c5 Mon Sep 17 00:00:00 2001 From: Michael Burwig Date: Thu, 11 Jun 2020 18:10:55 +0200 Subject: [PATCH] Set test root log level to 'off' for distribution (#543) --- services/distribution/src/test/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/distribution/src/test/resources/application.yaml b/services/distribution/src/test/resources/application.yaml index 1545be241c..6f618523e9 100644 --- a/services/distribution/src/test/resources/application.yaml +++ b/services/distribution/src/test/resources/application.yaml @@ -3,7 +3,7 @@ logging: level: org: springframework: off - root: info + root: off services: distribution: