zhuangchong commented on a change in pull request #4567:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4567#discussion_r565022974



##########
File path: dolphinscheduler-server/src/main/resources/logback-worker.xml
##########
@@ -56,10 +56,6 @@
     </appender>
     <appender name="WORKERLOGFILE" 
class="ch.qos.logback.core.rolling.RollingFileAppender">
         <file>${log.base}/dolphinscheduler-worker.log</file>
-        <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
-            <level>INFO</level>
-        </filter>
-        <filter 
class="org.apache.dolphinscheduler.server.log.WorkerLogFilter"/>

Review comment:
       ThresholdFilter configuration and root level configuration are INFO, so 
remove the ThresholdFilter configuration




----------------------------------------------------------------
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]


Reply via email to