Github user dsbos commented on the pull request:
https://github.com/apache/drill/pull/116#issuecomment-136902647
Regarding SLF4J and what should or shouldn't be included in the JDBC-all
Jar file:
Do we intend that someone using the JDBC-all Jar file can turn on Drill
JDBC-layer logging by adding to the class path only a logback.xml file (that
is, without adding additional Jar files/classes)? If so, then it seems like
the JDBC-all Jar file is probably missing the logback-classic Jar file (which
contains a org.slf4j.impl.StaticLoggerBinder).
Or is it the case that we're leaving out back-end SLF4J libraries/classes
on purpose (perhaps to avoid interfering with the user's choice of which back
end to use)?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---