arina-ielchiieva commented on a change in pull request #1462: DRILL-3853: 
Upgrade to SqlLine 1.5.0
URL: https://github.com/apache/drill/pull/1462#discussion_r216753976
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/Drillbit.java
 ##########
 @@ -70,6 +71,9 @@
      */
     GuavaPatcher.patch();
     Environment.logEnv("Drillbit environment: ", logger);
+    // Jersey uses java.util.logging - create bridge: jul to slf4j
+    SLF4JBridgeHandler.removeHandlersForRootLogger();
 
 Review comment:
   This was done to remove the following, especially when starting Drill in 
embedded mode.
   ```
   Sep 10, 2018 3:27:01 PM org.glassfish.jersey.server.ApplicationHandler 
initialize
   INFO: Initiating Jersey application, version Jersey: 2.8 2014-04-29 
01:25:26...
   ```
   I don't think we need Jersey info logs in Drill log, error will be logged as 
usual.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to