Skip to content

Commit 65355eb

Browse files
committed
Add @famod's suggestion
1 parent 971a1e2 commit 65355eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry-quickstart/src/main/resources/application.properties

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ quarkus.opentelemetry.enabled=true
33
quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://localhost:4317
44

55
quarkus.opentelemetry.tracer.exporter.otlp.headers=Authorization=Bearer my_secret
6+
quarkus.log.console.format=%d{HH:mm:ss} %-5p traceId=%X{traceId}, parentId=%X{parentId}, spanId=%X{spanId}, sampled=%X{sampled} [%c{2.}] (%t) %s%e%n
7+

0 commit comments

Comments
 (0)