morhidi commented on code in PR #280: URL: https://github.com/apache/flink-kubernetes-operator/pull/280#discussion_r907100122
########## flink-kubernetes-operator/src/main/resources/log4j2.properties: ########## @@ -24,3 +24,6 @@ appender.console.name = ConsoleAppender appender.console.type = CONSOLE appender.console.layout.type = PatternLayout appender.console.layout.pattern = %style{%d}{yellow} %style{%-30c{1.}}{cyan} %highlight{[%-5level] [%X{resource.namespace}.%X{resource.name}] %msg%n%throwable} + +logger.conf.name = org.apache.flink.configuration.GlobalConfiguration +logger.conf.level = WARN Review Comment: It's annoyingly verbose atm:) I'll add a one-liner instead. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org