Skip to content

Commit

Permalink
set logger level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfengzhou-hub committed Nov 21, 2024
1 parent d6a20a9 commit 23773f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paimon-e2e-tests/src/test/resources/log4j2-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Set root logger level to OFF to not flood build logs
# set manually to INFO for debugging purposes
rootLogger.level = OFF
rootLogger.level = INFO
rootLogger.appenderRef.test.ref = TestLogger

appender.testlogger.name = TestLogger
Expand Down

0 comments on commit 23773f3

Please sign in to comment.