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
Copy file name to clipboardExpand all lines: content/en/tracing/trace_collection/library_config/java.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,8 @@ When `true`, debug mode for the Datadog Java Tracer is enabled.
210
210
`datadog.slf4j.simpleLogger.jsonEnabled`
211
211
: **Environment Variable**: Not available<br>
212
212
**Default**: `false`<br>
213
-
When `true`, Datadog Java tracer logs are written in JSON. Available for versions 1.48.0+.
213
+
When `true`, Datadog Java tracer logs are written in JSON. Available for versions 1.48.0+.<br>
214
+
**Note**: This setting is specific to the embedded SLF4J simple logger and does not support environment variables. `dd.log.format.json` is the preferred configuration option.
0 commit comments