You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/26 10:24:57 UTC

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #280: [FLINK-28008] Can not get secondary resource from context after operator restart

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org