diff options
author | Pere Diaz Bou <pere-altea@hotmail.com> | 2023-04-18 08:41:10 +0200 |
---|---|---|
committer | Pere Diaz Bou <pere-altea@hotmail.com> | 2023-04-18 08:46:14 +0200 |
commit | a321d6c2e3c012cc70d1fb73a07fb523a9273eee (patch) | |
tree | 32eaad76e262afb84c377ed5c00d21ed7e9c680f /src/pybind/mgr/prometheus | |
parent | Merge pull request #50885 from rhcs-dashboard/evict-fs (diff) | |
download | ceph-a321d6c2e3c012cc70d1fb73a07fb523a9273eee.tar.xz ceph-a321d6c2e3c012cc70d1fb73a07fb523a9273eee.zip |
mgr/prometheus: remove jeje log
Probably the greatest log ever assembled in ceph is being deprecated in
this PR.
RIP 2022/11/11 - 2023/04/18
Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
Diffstat (limited to 'src/pybind/mgr/prometheus')
-rw-r--r-- | src/pybind/mgr/prometheus/module.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index ade068b0c36..09b31df0385 100644 --- a/src/pybind/mgr/prometheus/module.py +++ b/src/pybind/mgr/prometheus/module.py @@ -1613,7 +1613,6 @@ class Module(MgrModule): def get_all_daemon_health_metrics(self) -> None: daemon_metrics = self.get_daemon_health_metrics() - self.log.debug('metrics jeje %s' % (daemon_metrics)) for daemon_name, health_metrics in daemon_metrics.items(): for health_metric in health_metrics: path = f'daemon_health_metrics{daemon_name}{health_metric["type"]}' |