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

Use slf4j instead of home-grown logging framework #76

Open
cdman opened this issue Mar 31, 2016 · 1 comment
Open

Use slf4j instead of home-grown logging framework #76

cdman opened this issue Mar 31, 2016 · 1 comment
Labels
up-for-grabs These are some easy issues that don't require to be very deep in the project.

Comments

@cdman
Copy link

cdman commented Mar 31, 2016

Using a standard library for logging such as slf4j or even java.util.logging would help with capturing the logs in the expected/configured places rather than just System.err which might be redirected into unexpected places or even be completely ignored.

Thank you.

@mikiobraun
Copy link
Member

Hi Attila,

I agree. If you have the time to do the changes, I'll happily merge your
pull request.

Best,

Mikio

Attila-Mihaly Balazs notifications@github.com schrieb am Do., 31. März
2016 um 09:13:

Using a standard library for logging such as slf4j or even
java.util.logging would help with capturing the logs in the
expected/configured places rather than just System.err which might be
redirected into unexpected places or even be completely ignored.

Thank you.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#76

@mikiobraun mikiobraun added the up-for-grabs These are some easy issues that don't require to be very deep in the project. label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
up-for-grabs These are some easy issues that don't require to be very deep in the project.
Projects
None yet
Development

No branches or pull requests

2 participants