snuyanzin commented on code in PR #28688: URL: https://github.com/apache/flink/pull/28688#discussion_r3577665546
########## flink-table/flink-table-planner/src/test/resources/log4j2-test.properties: ########## @@ -27,6 +27,10 @@ appender.testlogger.target = SYSTEM_ERR appender.testlogger.layout.type = PatternLayout appender.testlogger.layout.pattern = %-4r [%t] %-5p %c %x - %m%n +logger.codelog.name = org.apache.flink.table.runtime.generated.CompileUtils +logger.codelog.level = DEBUG +logger.codelog.appenderRef.test.ref = TestLogger Review Comment: it might be helpful for local debug, however why do we need in repo and making it executable for every ci run? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
