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: Unrecognized configuration from quarkus-logging-json #2454

Merged
merged 2 commits into from Jun 28, 2021
Merged

fix: Unrecognized configuration from quarkus-logging-json #2454

merged 2 commits into from Jun 28, 2021

Conversation

astefanutti
Copy link
Member

This PR fixes the following warning messages, that Quarkus logs when the quarkus-logging-json extension is not present:

2021-06-28 10:13:50,787 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.log.console.json.pretty.print" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2021-06-28 10:13:50,788 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.log.console.json" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo

More generally, this PR only appends environment variables related to Quarkus logging configuration when explicitly needed or provided by the user.

Release Note

NONE

@astefanutti astefanutti merged commit 471c2ba into apache:main Jun 28, 2021
@astefanutti astefanutti deleted the pr-277 branch June 28, 2021 14:39
@nicolaferraro nicolaferraro mentioned this pull request Jul 2, 2021
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.

None yet

2 participants