azagrebin commented on a change in pull request #11073: [FLINK-15672][build]
Migrate to log4j2
URL: https://github.com/apache/flink/pull/11073#discussion_r381218869
##########
File path: tools/log4j-travis.properties
##########
@@ -16,35 +16,52 @@
# limitations under the License.
################################################################################
-log4j.rootLogger=INFO, file
+rootLogger.level = INFO
+rootLogger.appenderRef.out.ref = file
# -----------------------------------------------------------------------------
# Console (use 'console')
# -----------------------------------------------------------------------------
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%20t] %-5p
%-60c %x - %m%n
+
+appender.console.name = console
Review comment:
it would be nice to have the same naming convention for all file/console
appenders
----------------------------------------------------------------
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