File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
content.zh/docs/operations
helm/flink-kubernetes-operator/conf Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -193,9 +193,13 @@ defaultConfiguration:
193193 log4j-operator.properties: |+
194194 # Flink Operator Logging Overrides
195195 # rootLogger.level = DEBUG
196+ # Uncomment this if you want to allow dynamically change logging level
197+ # monitorInterval = 30
196198 log4j-console.properties: |+
197199 # Flink Deployment Logging Overrides
198200 # rootLogger.level = DEBUG
201+ # Uncomment this if you want to allow dynamically change logging level
202+ # monitorInterval = 30
199203` ` `
200204
201205{{< hint info >}}
Original file line number Diff line number Diff line change @@ -193,9 +193,13 @@ defaultConfiguration:
193193 log4j-operator.properties: |+
194194 # Flink Operator Logging Overrides
195195 # rootLogger.level = DEBUG
196+ # Uncomment this if you want to allow dynamically change logging level
197+ # monitorInterval = 30
196198 log4j-console.properties: |+
197199 # Flink Deployment Logging Overrides
198200 # rootLogger.level = DEBUG
201+ # Uncomment this if you want to allow dynamically change logging level
202+ # monitorInterval = 30
199203` ` `
200204
201205{{< hint info >}}
Original file line number Diff line number Diff line change @@ -60,3 +60,6 @@ appender.rolling.strategy.max = 10
6060# Suppress the irrelevant (wrong) warnings from the Netty channel handler
6161logger.netty.name = org.apache.flink.shaded.akka.org.jboss.netty.channel.DefaultChannelPipeline
6262logger.netty.level = OFF
63+
64+ # Uncomment this if you want to allow dynamically change logging level
65+ # monitorInterval = 30
Original file line number Diff line number Diff line change @@ -32,3 +32,6 @@ logger.conf.level = WARN
3232# Avoid logging fallback key INFO messages
3333logger.conf.name = org.apache.flink.configuration.Configuration
3434logger.conf.level = WARN
35+
36+ # Uncomment this if you want to allow dynamically change logging level
37+ # monitorInterval = 30
You can’t perform that action at this time.
0 commit comments