Security Logging Fields
[cps.git] / cps-service / src / main / resources / logback-spring.xml
index ce1af13..0307602 100644 (file)
@@ -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>