mxm commented on PR #466: URL: https://github.com/apache/flink-kubernetes-operator/pull/466#issuecomment-1335422102
The ConfigMap volumes are mounted by default. This is the relevant content of the `flink-operator-config` ConfigMap: ``` log4j-operator.properties: ---- # Flink Operator Logging Overrides # rootLogger.level = DEBUG # logger.operator.name= org.apache.flink.kubernetes.operator # logger.operator.level = DEBUG ``` The ConfigMap gets mounted at the correct path. Based on the following it should actually include the default configuration. Not sure why that isn't the case. `append` default to true. https://github.com/apache/flink-kubernetes-operator/blob/72ad3639e60fbf27dd408dabbe69f46d69ff52f9/helm/flink-kubernetes-operator/templates/flink-operator.yaml#L217 -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org