Github user julienledem commented on a diff in the pull request:

    https://github.com/apache/drill/pull/148#discussion_r41939345
  
    --- Diff: common/src/test/resources/logback.xml ---
    @@ -40,14 +38,14 @@
       -->
       <logger name="org.apache.drill" additivity="false">
         <level value="debug" />
    -    <appender-ref ref="SOCKET" />
    +<!--    <appender-ref ref="SOCKET" /> -->
    --- End diff --
    
    the socket appender adds 1 second delay in the startup. That's why I turned 
it off by default.
    We should review those files has there is always more than one on the class 
path and we have warnings about only using the first one that is found.
    There is a notion of -test log config that is not used.
    possibly the socket appender could be turned on with a env variable or some 
setting? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to