azagrebin commented on a change in pull request #11073: [FLINK-15672][build] Migrate to log4j2 URL: https://github.com/apache/flink/pull/11073#discussion_r381191382
########## File path: flink-dist/src/main/flink-bin/conf/log4j-cli.properties ########## @@ -16,28 +16,38 @@ # limitations under the License. ################################################################################ -log4j.rootLogger=INFO, file +rootLogger.level = INFO +rootLogger.appenderRef.file.ref = FileAppender Review comment: ```suggestion rootLogger.appenderRef.file.ref = FileLogger ``` ---------------------------------------------------------------- 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
