Java Util Logging (JUL)
OpenTelemetry Java agent instrumentation
This instrumentation bridges Java Util Logging (JUL) log records to OpenTelemetry logs.
- Name:
java-util-logging - Scope:
io.opentelemetry.java-util-logging - Library: https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/package-summary.html
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.java-util-logging.experimental-log-attributes | boolean | false | Enables capturing the experimental thread.name and thread.id log attributes. |
otel.instrumentation.java-util-logging.experimental.capture-arguments | boolean | false | Enables the capture of the log message arguments. |
otel.instrumentation.java-util-logging.experimental.capture-template | boolean | false | Enables the capture of the log message template (if arguments are provided). |