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

sl4j integration #26

Open
paulhoule opened this issue Jan 3, 2014 · 0 comments
Open

sl4j integration #26

paulhoule opened this issue Jan 3, 2014 · 0 comments
Milestone

Comments

@paulhoule
Copy link
Owner

Well, it happened.

I was developing something to build elasticsearch indexes that uses SLF4J and found that it gave error messages because SLF4J was set up.

It is possible to set things up so that there is no commons logging dependency but that a stub is put in that routes commons logging through SLF4J, this is documented for use with Spring.

The main PITA involved is that users of the system will need to systematically suppress commons-logging from coming in a dependency otherwise strange things that can suck huge amounts of time can happen.

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

1 participant