weijunlu commented on issue #2723:
URL: https://github.com/apache/drill/issues/2723#issuecomment-1366570466

   I opened the trace log, included the calcite log.
   Log configurations are as follows:
     <logger name="org.apache.drill" additivity="false">
       <level value="trace" />
       <appender-ref ref="FILE" />
     </logger>
   
       <logger name="org.apache.calcite" additivity="false">
       <level value="trace" />
       <appender-ref ref="FILE" />
     </logger>
   
     <logger name="query.logger" additivity="false">
       <level value="trace" />
       <appender-ref ref="QUERY" />
       <!--     <appender-ref ref="SOCKET" /> -->
     </logger>
   
     <!--
     <logger name="org.apache.drill" additivity="false">
       <level value="debug" />
       <appender-ref ref="SOCKET" />
     </logger>
      -->
     <root>
       <level value="error" />
       <appender-ref ref="STDOUT" />
     </root>


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to