From a321d6c2e3c012cc70d1fb73a07fb523a9273eee Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Tue, 18 Apr 2023 08:41:10 +0200 Subject: [PATCH] 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 --- src/pybind/mgr/prometheus/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index ade068b0c368..09b31df0385c 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"]}' -- 2.47.3