You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Java] copy 'Log CDS Configuration' into observability (#1839)
copying the section on 'Log CDS Configuration' from March 2025 release
note to the page on 'Operating Applications > Observability' for higher
visibility.
---------
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Copy file name to clipboardExpand all lines: java/operating-applications/observability.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,34 @@ Most of the loggers are used on DEBUG level by default as they produce quite som
166
166
Spring comes with its own [standard logger groups](https://docs.spring.io/spring-boot/docs/2.1.1.RELEASE/reference/html/boot-features-logging.html#boot-features-custom-log-groups). For instance, `web` is useful to track HTTP requests. However, HTTP access logs gathered by the Cloud Foundry platform router are also available in the application log.
167
167
:::
168
168
169
+
#### Log CDS Configuration
170
+
171
+
Upon start-up, you can get an overview of the configured CDS properties. Use this feature to:
172
+
- list all accepted CDS properties and double-check the running configuration
173
+
- check for warnings of usage of deprecated properties
174
+
- check for warnings of usage of undocumented properties
175
+
176
+
Please note that secrets are masked.
177
+
178
+
Turn it on by setting the log level <ConfigJava>com.sap.cds.properties = DEBUG</Config>.
0 commit comments