Re: Unable to update logback configuration in Flink Native Kubernetes

2022-01-09 Thread Yang Wang
Sorry for the late reply. Flink clients will ship the log4j-console.properties and logback-console.xml via K8s ConfigMap and then mount to JobManager/TaskManager pod. So if you want to update the log settings or using logback, all you need is to update the client-local files. Best, Yang Ragha

Re: Unable to update logback configuration in Flink Native Kubernetes

2021-12-30 Thread Sharon Xie
I've faced the same issue before. I figured out that there is an internal configuration `$internal.deployment.config-dir` (code ) wh