You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/01/28 16:35:00 UTC

[jira] [Created] (FLINK-15797) Reduce logging noise of Fabric8FlinkKubeClient

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)