Skip to content

Commit 1030b63

Browse files
committed
Add logging exception for the licence checker in the ci log4j config
Signed-off-by: Thomas Cooper <[email protected]>
1 parent 0315110 commit 1030b63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci/log4j.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ logger.flink.level = WARN
4444
logger.flinkconnector.name = org.apache.flink.connector
4545
logger.flinkconnector.level = INFO
4646

47+
# Allow the LicenseChecker to log its output
48+
logger.licensechecker.name = org.apache.flink.tools.ci.licensecheck
49+
logger.licensechecker.level = INFO
50+
4751
# Kafka producer and consumer level
4852
logger.kafka.name = org.apache.kafka
4953
logger.kafka.level = OFF

0 commit comments

Comments
 (0)