joshelser commented on a change in pull request #127:
URL: https://github.com/apache/calcite-avatica/pull/127#discussion_r477593904
##########
File path:
server/src/main/java/org/apache/calcite/avatica/server/AbstractAvaticaHandler.java
##########
@@ -34,6 +38,7 @@
*/
public abstract class AbstractAvaticaHandler extends AbstractHandler
implements MetricsAwareAvaticaHandler {
+ private static final Logger LOG =
LoggerFactory.getLogger(AbstractAvaticaHandler.class);
Review comment:
ah, yup. I had some logging in here as a part of my work, but considered
none of it beneficial long-term.
----------------------------------------------------------------
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]