yuchengxin commented on code in PR #28310: URL: https://github.com/apache/flink/pull/28310#discussion_r3506116647
########## flink-table/flink-table-planner/src/test/resources/log4j2-test.properties: ########## @@ -32,3 +32,6 @@ appender.testlogger.layout.pattern = %-4r [%t] %-5p %c %x - %m%n #logger.testlogger.name =org.apache.flink.table.planner.codegen #logger.testlogger.level = TRACE #logger.testlogger.appenderRefs = TestLogger +loggers = compileutils +logger.compileutils.name = org.apache.flink.table.runtime.generated.CompileUtils +logger.compileutils.level = DEBUG Review Comment: Removed. The `CompileUtils` DEBUG logger change was only useful during local debugging and is not required by the tests, so I dropped it from the patch. -- 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]
