From b259d015b58965ff0f7044166c69959ff1517d33 Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Wed, 5 Mar 2025 13:59:24 +0100 Subject: [PATCH] OZG-7869 fix ozgcloud logging level --- alfa-server/src/main/resources/application.yml | 2 +- alfa-service/src/test/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alfa-server/src/main/resources/application.yml b/alfa-server/src/main/resources/application.yml index 7e2109ed1e..ecc11fd60f 100644 --- a/alfa-server/src/main/resources/application.yml +++ b/alfa-server/src/main/resources/application.yml @@ -1,7 +1,7 @@ logging: level: ROOT: WARN - '[de.ozgcloud]': INFO, + '[de.ozgcloud]': INFO '[org.springframework.security]': WARN spring: diff --git a/alfa-service/src/test/resources/application.yml b/alfa-service/src/test/resources/application.yml index ea81cad083..1fb7f34662 100644 --- a/alfa-service/src/test/resources/application.yml +++ b/alfa-service/src/test/resources/application.yml @@ -1,7 +1,7 @@ logging: level: ROOT: WARN - '[de.ozgcloud]': INFO, + '[de.ozgcloud]': INFO '[org.springframework.security]': WARN ozgcloud: -- GitLab