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

Consider using System.getLogger #2174

Closed
tomas-langer opened this issue Jul 16, 2020 · 2 comments
Closed

Consider using System.getLogger #2174

tomas-langer opened this issue Jul 16, 2020 · 2 comments
Assignees
Labels
2.x Issues for 2.x version branch enhancement New feature or request P5

Comments

@tomas-langer
Copy link
Member

We are currently using Java Util Logging methods to obtain a Logger instance.
We could switch to System.getLogger that uses a service loader (to support third party implementations), using JUL as the default implementation.

Just by switching to System.getLogger, we could simplify replacing of logging implementation for our users

@tomas-langer tomas-langer added enhancement New feature or request 2.x Issues for 2.x version branch labels Jul 16, 2020
@m0mus m0mus added the P5 label Jul 16, 2020
@Captain1653
Copy link
Contributor

Captain1653 commented Feb 27, 2023

Is this issue similar to #5408 ? I can try to do it for 2.x or 3.x

@tomas-langer
Copy link
Member Author

We are doing this for 4.x, we will not backport this change to older version of Helidon.

@tomas-langer tomas-langer self-assigned this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch enhancement New feature or request P5
Projects
Archived in project
Development

No branches or pull requests

3 participants