Skip to content

Commit

Permalink
[hotfix][yarn-tests] Replaces runtime by timestamp
Browse files Browse the repository at this point in the history
The intend is to improve local debugging matching log events in different log
files (YARN, Flink) via the timestamp.
  • Loading branch information
XComp authored and zentol committed Sep 7, 2021
1 parent da5e757 commit 9f47bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-yarn-tests/src/test/resources/log4j2-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appender.testlogger.name = TestLogger
appender.testlogger.type = CONSOLE
appender.testlogger.target = SYSTEM_ERR
appender.testlogger.layout.type = PatternLayout
appender.testlogger.layout.pattern = %-4r [%t] %-5p %c %x - %m%n
appender.testlogger.layout.pattern = %d [%t] %-5p %c %x - %m%n

logger.hadoop.name = org.apache.hadoop
logger.hadoop.level = OFF

0 comments on commit 9f47bad

Please sign in to comment.