We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f8d0c commit 1110126Copy full SHA for 1110126
content/en/blog/2024/collecting-file-based-java-logs-with-opentelemetry/index.md
@@ -71,8 +71,7 @@ logger.atInfo().
71
```
72
73
Export the logs captured by the OTel Java instrumentation to stdout using the
74
-OTel JSON format (aka
75
-[OTLP/JSON](https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding)).
+OTel JSON format (aka [OTLP/JSON](/docs/specs/otlp/#json-protobuf-encoding)).
76
Configuration parameters for
77
[Logback](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/logback/logback-appender-1.0/javaagent)
78
and
0 commit comments