[
https://issues.apache.org/jira/browse/FLINK-17618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-17618.
------------------------------------
Resolution: Fixed
master: dc3efe1943d8347bbafffcbf7b98ae53363384b6
> Update the outdated comments in the log4j properties files
> ----------------------------------------------------------
>
> Key: FLINK-17618
> URL: https://issues.apache.org/jira/browse/FLINK-17618
> Project: Flink
> Issue Type: Bug
> Components: Command Line Client
> Reporter: Yang Wang
> Priority: Major
> Labels: pull-request-available
>
> When we upgrade the log4j to log4j2, there are some residual log4j logger
> configuration in the comments. Just like following,
> log4j.properties and log4j-console.properties
> {code:java}
> # Uncomment this if you want to _only_ change Flink's logging
> #log4j.logger.org.apache.flink=INFO
> {code}
> We should update them to the log4j2 format.
>
> {code:java}
> # Uncomment this if you want to _only_ change Flink's logging
> logger.flink.name = org.apache.flink
> logger.flink.level = INFO
> {code}
>
> cc [~chesnay]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)