deploying hystrix dashboard on tomcat, SLF4J complains about a missing implementation#204
deploying hystrix dashboard on tomcat, SLF4J complains about a missing implementation#204benjchristensen merged 1 commit intoNetflix:masterfrom ahus1:ahus1-slf4jimpl
Conversation
|
Hystrix-pull-requests #64 FAILURE |
|
One test fails on cloudbees, a different test fails on the command line, but not in the IDE. Looks a bit unstable here :-( it shouldn't be fixed in this change, I'll look at it another time. |
|
The point of SL4J is to only have the API. See here: http://www.slf4j.org
|
|
Hello Ben, I know that using slf4j-api is the thing to use in libraries. But hystrix-dashboard is a web application archive (WAR), that should include an implementation (like it includes a log4j.properties as well). Otherwise it will not do any logging at all. Please consider re-opening the pull request and merge the changes. Thanks, Alexander. |
|
Ah okay, I see what you mean. |
|
Hystrix-pull-requests #70 SUCCESS |
deploying hystrix dashboard on tomcat, SLF4J complains about a missing implementation
this change fixes it by exchanging the API for the implemenation (like it has been before the upgrade of slf4j 1.7.0), see f29321c