davidradl commented on code in PR #27247: URL: https://github.com/apache/flink/pull/27247#discussion_r2545593302
########## 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: ALL seems a strange default, normally the defaults would be minimal logging like WARN, with the idea that the log files could be configured to log more if required. -- 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]
