gyfora commented on code in PR #280:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/280#discussion_r906791270
##########
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:
Why did you change this? Isn't it helpful to see what exact config is loaded
by the operator?
--
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]