[jira] [Created] (FLINK-17618) Update the outdated comments in the log4j properties files

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-17618) Update the outdated comments in the log4j properties files

Shang Yuanchun (Jira)
Yang Wang created FLINK-17618:
---------------------------------

             Summary: 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
            Reporter: Yang Wang


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)