aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cps-service/src/main/resources/logback-spring.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-service/src/main/resources/logback-spring.xml b/cps-service/src/main/resources/logback-spring.xml
index ce1af1314..03076023b 100644
--- a/cps-service/src/main/resources/logback-spring.xml
+++ b/cps-service/src/main/resources/logback-spring.xml
@@ -58,7 +58,7 @@
</appender>
<appender name="asyncConsole" class="ch.qos.logback.classic.AsyncAppender">
- <if condition='property("loggingFormat").equals("json")'>
+ <if condition='property("loggingFormat").equalsIgnoreCase("json")'>
<then>
<appender-ref ref="jsonConsole"/>
</then>