belugabehr commented on pull request #1833: URL: https://github.com/apache/hive/pull/1833#issuecomment-758218546
@nrg4878 beeline uses Log4J as the backend logger. Log4J is a pretty robust, heavy, logging implementation that plugs into SLF4J. I have proposed here that we swap out Log4J and use the 'Simple' logger that is produced by SLF4J team. This will make configuring beeline debug logging much easier. Sure, we won't be able to forward beeline log statements to JMS and Kafka anymore, but who would want to do that anyway? :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
