Till Rohrmann created FLINK-15797: ------------------------------------- Summary: Reduce logging noise of Fabric8FlinkKubeClient Key: FLINK-15797 URL: https://issues.apache.org/jira/browse/FLINK-15797 Project: Flink Issue Type: Sub-task Components: Deployment / Kubernetes Affects Versions: 1.10.0 Reporter: Till Rohrmann Fix For: 1.11.0, 1.10.1
The {{Fabric8FlinkKubeClient}} logs a lot of information on log level {{INFO}}. I think some of the information is quite specific and is not needed by most users. In order to reduce the log noise for our users, I would suggest to only log the K8s resource specs on log level {{DEBUG}}. Also the handling of {{Watcher}} events does not need to be logged on {{INFO}} level. One could for example log that one creates a service with a given name on {{INFO}} and only include the specs if the log level is {{DEBUG}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)