-
Notifications
You must be signed in to change notification settings - Fork 3k
Deprecate quarkus.log.console.async and add enable to it #48003
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
Conversation
I went for `enable` for now as it's what is used in all the logging config but at some point, we will switch to use `enabled` everywhere. Related to quarkusio#47889 and part of a larger effort to remove the requirement for using ~ in YAML.
Status for workflow
|
I went for
enable
for now as it's what is used in all the logging config but at some point, we will switch to useenabled
everywhere.Related to #47889 and part of a larger effort to remove the requirement for using ~ in YAML.