File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22logging :
33 level :
44 ' [com.sap.cds.auditlog] ' : DEBUG
5+ ' [com.sap.cds.persistence.sql] ' : DEBUG
6+ ' [com.sap.cds.handlers] ' : DEBUG
57spring :
68 jmx :
79 enabled : true
Original file line number Diff line number Diff line change 22<!DOCTYPE xml >
33<configuration debug =" false" scan =" false" >
44 <springProfile name =" cloud" >
5- <appender name =" STDOUT-JSON" class =" ch.qos.logback.core.ConsoleAppender" >
5+ <!-- appender name="STDOUT-JSON" class="ch.qos.logback.core.ConsoleAppender">
66 <encoder class="com.sap.hcp.cf.logback.encoder.JsonEncoder"/>
77 </appender>
88 <root level="${LOG_ROOT_LEVEL:-INFO}">
99 <appender-ref ref="STDOUT-JSON" />
10- </root >
10+ </root -->
11+ <include resource =" org/springframework/boot/logging/logback/base.xml" />
12+ <logger name =" com.sap.hcp.cf.logging.servlet.filter.RequestLogger" level =" WARN" />
1113 </springProfile >
1214 <springProfile name =" !cloud" >
1315 <include resource =" org/springframework/boot/logging/logback/base.xml" />
You can’t perform that action at this time.
0 commit comments