Skip to content

Commit 495a950

Browse files
committed
[hotfix][test] Adds back timestamp to log output
This was accidentally removed with the changes of FLINK-34417
1 parent cc517ad commit 495a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-tests/src/test/resources/log4j2-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ appender.testlogger.name = TestLogger
2828
appender.testlogger.type = CONSOLE
2929
appender.testlogger.target = SYSTEM_ERR
3030
appender.testlogger.layout.type = PatternLayout
31-
appender.testlogger.layout.pattern = [%-32X{flink-job-id}] %c{0} [%t] %-5p %m%n
31+
appender.testlogger.layout.pattern = %-4r [%-32X{flink-job-id}] %c{0} [%t] %-5p %m%n
3232

3333
logger.migration.name = org.apache.flink.test.migration
3434
logger.migration.level = INFO

0 commit comments

Comments
 (0)