ctubbsii commented on PR #1793: URL: https://github.com/apache/zookeeper/pull/1793#issuecomment-1557181105
@djuarezg This is the first Google result I get for this: https://howtodoinjava.com/log4j2/log4j2-with-slf4j/ (assuming you want log4j2). Basically, you just need to put your preferred slf4j runtime/implementation jar on the class path and whatever config file that goes with it. See https://logging.apache.org/log4j/2.x/index.html, https://logging.apache.org/log4j/1.2/index.html, and https://www.slf4j.org/manual.html for more details. -- 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]
