Skip to content

Commit 3a9fb24

Browse files
authored
Disable RequestLogger in non-cloud profile (#164)
Without the JsonEncoder the RequestLogger is no longer able to write request logs. See also: SAP/cf-java-logging-support#149
1 parent 7a8a26e commit 3a9fb24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

srv/src/main/resources/logback-spring.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
</springProfile>
1212
<springProfile name="!cloud">
1313
<include resource="org/springframework/boot/logging/logback/base.xml" />
14+
<logger name="com.sap.hcp.cf.logging.servlet.filter.RequestLogger" level="WARN" />
1415
</springProfile>
15-
</configuration>
16+
</configuration>

0 commit comments

Comments
 (0)