We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using quarkus.log.sentry=true to enable this extension makes it difficult to configure it when using yaml
Most extensions are enabled using an enabled key (ie quarkus.log.sentry.enabled=true)
The text was updated successfully, but these errors were encountered:
@rmanibus there is a way to do it in yaml: https://quarkus.io/guides/config-yaml#configuration-property-conflicts
Sorry, something went wrong.
Yeah I had some trouble using this with Spotless:
https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/yaml.20property.20conflict
Just opened an issue on the Jackson side too: FasterXML/jackson-dataformats-text#506
Successfully merging a pull request may close this issue.
using quarkus.log.sentry=true to enable this extension makes it difficult to configure it when using yaml
Most extensions are enabled using an enabled key (ie quarkus.log.sentry.enabled=true)
The text was updated successfully, but these errors were encountered: