File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
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
75spring :
86 jmx :
97 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 -->
11- <include resource =" org/springframework/boot/logging/logback/base.xml" />
12- <logger name =" com.sap.hcp.cf.logging.servlet.filter.RequestLogger" level =" WARN" />
10+ </root >
1311 </springProfile >
1412 <springProfile name =" !cloud" >
1513 <include resource =" org/springframework/boot/logging/logback/base.xml" />
1614 <logger name =" com.sap.hcp.cf.logging.servlet.filter.RequestLogger" level =" WARN" />
1715 </springProfile >
18- </configuration >
16+ </configuration >
You can’t perform that action at this time.
0 commit comments