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

Apache Commons Logging vs SLF4J #102

Open
Sovietaced opened this issue Jul 27, 2021 · 1 comment
Open

Apache Commons Logging vs SLF4J #102

Sovietaced opened this issue Jul 27, 2021 · 1 comment

Comments

@Sovietaced
Copy link

Hello. I was recently looking into some messages logged by this library and I noticed that they were in a completely different format than our other log messages. After looking at the source code I realized that this library uses Apache Commons Logging instead of SLF4J as a logging facade. This is the first time I've even heard of Apache Commons Logging.

I was wondering if there was a strong conscious decision to use Apache Commons Logging instead of SLF4J. Apache Commons Logging appears to be a dead project with the last release in 2014 while SLF4J has had at least one release every year.

Apache Commons Logging does not work with the logging implementation we use (logback) but appears to work with a JCL to SLF4J bridge. If you are open to using SLF4J I would be happy to open a pull request.

@tomhunte
Copy link

Hello @Sovietaced, taking a look at this open issue. Let me see if there is any appetite for SLF4J and I'll get back to you!

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

No branches or pull requests

2 participants