Skip to content

Commit

Permalink
[hotfix][test] Adds back timestamp to log output
Browse files Browse the repository at this point in the history
This was accidentally removed with the changes of FLINK-34417
  • Loading branch information
XComp committed Sep 16, 2024
1 parent cc517ad commit 495a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-tests/src/test/resources/log4j2-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ appender.testlogger.name = TestLogger
appender.testlogger.type = CONSOLE
appender.testlogger.target = SYSTEM_ERR
appender.testlogger.layout.type = PatternLayout
appender.testlogger.layout.pattern = [%-32X{flink-job-id}] %c{0} [%t] %-5p %m%n
appender.testlogger.layout.pattern = %-4r [%-32X{flink-job-id}] %c{0} [%t] %-5p %m%n

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

0 comments on commit 495a950

Please sign in to comment.