Skip to content

Commit 059dc21

Browse files
committed
operator debug logs
1 parent a41db39 commit 059dc21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/flink-kubernetes-operator/conf/log4j-operator.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
rootLogger.level = INFO
19+
rootLogger.level = DEBUG
2020
rootLogger.appenderRef.console.ref = ConsoleAppender
2121

2222
# Log all infos to the console
@@ -27,11 +27,11 @@ appender.console.layout.pattern = %style{%d}{yellow} %style{%-30c{1.}}{cyan} %hi
2727

2828
# Do not log config loading
2929
logger.conf.name = org.apache.flink.configuration.GlobalConfiguration
30-
logger.conf.level = WARN
30+
logger.conf.level = ERROR
3131

3232
# Avoid logging fallback key INFO messages
3333
logger.conf.name = org.apache.flink.configuration.Configuration
34-
logger.conf.level = WARN
34+
logger.conf.level = ERROR
3535

3636
# The monitor interval in seconds to enable log4j automatic reconfiguration
3737
# monitorInterval = 30

0 commit comments

Comments
 (0)