kgeisz opened a new pull request, #8029: URL: https://github.com/apache/hbase/pull/8029
https://issues.apache.org/jira/browse/HBASE-30060 This pull request adds some documentation for how to get around the `Class path contains multiple SLF4J bindings` warning you may see after starting HBase when you also have a local installation of Hadoop. Knowing what to do is important because Hadoop's SLF4J binder may end up getting used instead of HBase's. If this happens, then any log settings you have for HBase get overridden. For example, if you want to activate DEBUG logging for HBase, then you won't see that happen due to Hadoop's binding being used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
