Skip to content

Commit

Permalink
Fix missing build time config (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 authored May 8, 2024
1 parent c871366 commit cd05cb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ quarkus:
enabled-in-dev-mode: false
otel:
enabled: true
traces:
enabled: true
sampler:
~: traceidratio
arg: 1.0
log:
level: INFO
min-level: TRACE
category:
"org.jboss":
level: WARN
Expand Down

0 comments on commit cd05cb7

Please sign in to comment.