- Made logging.format value case insensitive for consistency as we did same change for cps-temporal, ncmp-dmi-plugin and oom.
Issue-ID: CPS-986
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: I085a3777e8f4cf9e6b62e40d05672ce455916a85
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
     </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>