Aitozi commented on a change in pull request #112:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/112#discussion_r841080302
##########
File path:
helm/flink-kubernetes-operator/conf/flink-operator-config/log4j2.properties
##########
@@ -24,3 +24,8 @@ 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]%notEmpty{[%X{resource.namespace}/}%notEmpty{%X{resource.name}]}
%msg%n%throwable}
+
+loggers = mine
+
+logger.mine.name = org.apache.flink.runtime.rest.RestClient
+logger.mine.level = DEBUG
Review comment:
Oh, I forget it, I will remove it now.
--
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]