zentol commented on a change in pull request #11073: [FLINK-15672][build] Migrate to log4j2 URL: https://github.com/apache/flink/pull/11073#discussion_r381341218
########## File path: flink-dist/src/main/flink-bin/conf/log4j-console.properties ########## @@ -17,23 +17,30 @@ ################################################################################ # This affects logging for both user code and Flink -log4j.rootLogger=INFO, console +rootLogger.level = INFO +rootLogger.appenderRef.stderr.ref = ConsoleLogger Review comment: no, I think this was from earlier attempts at directing the console logger output. ---------------------------------------------------------------- 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] With regards, Apache Git Services
