GoogleCloudPlatform / flink-on-k8s-operator

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.
Apache License 2.0
658 stars 266 forks source link

#287 Not sure customization of logging configuration work or not #302

Closed jneo8 closed 4 years ago

jneo8 commented 4 years ago

According to #287 now we can customize logging configuration but after I did make deploy and apply -f ./examples/log_config.yaml the configMap I got from namespace doesn't change at all not sure where I can see the modify I just did(just change INFO level to DEBUG)

jneo8 commented 4 years ago

After I check, it is because I'm using the gcr.io/flink-operator/flink-operator:latest (v1beta1-6) which few commit behind #806b644 right now.

Please close the issue.

Thanks.