Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing build time config #150

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

ruhan1
Copy link
Contributor

@ruhan1 ruhan1 commented May 8, 2024

Fix below otel and log related warns,

WARN [io.qua.run.con.ConfigRecorder] (main) Build time property cannot be changed at runtime:

  • quarkus.otel.traces.sampler is set to 'traceidratio' but it is build time fixed to 'parentbased_always_on'. Did you change the property quarkus.otel.traces.sampler after building the application?
  • quarkus.log.min-level is set to 'INFO' but it is build time fixed to 'TRACE'. Did you change the property quarkus.log.min-level after building the application?

@ruhan1 ruhan1 merged commit cd05cb7 into Commonjava:main May 8, 2024
1 check passed
@ruhan1 ruhan1 deleted the main-config branch May 8, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant