fsk119 commented on code in PR #27247:
URL: https://github.com/apache/flink/pull/27247#discussion_r2556083417


##########
flink-dist/src/main/flink-bin/conf/log4j-cli.properties:
##########
@@ -65,3 +65,6 @@ logger.hadoopnative.level = OFF
 # Suppress the irrelevant (wrong) warnings from the Netty channel handler
 logger.netty.name = org.jboss.netty.channel.DefaultChannelPipeline
 logger.netty.level = OFF
+
+logger.python.name = PythonWorker
+logger.python.level = ALL

Review Comment:
   If we don't add these lines here,  log messages are filtered by the sl4j 
config because beam uses the file location to determine the logger. It means 
users should specify both the log4j properties and options together. I think we 
don't need to specify the same behaviour twice.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to