From: Pere Diaz Bou Date: Tue, 18 Apr 2023 06:41:10 +0000 (+0200) Subject: mgr/prometheus: remove jeje log X-Git-Tag: v19.0.0~667^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a321d6c2e3c012cc70d1fb73a07fb523a9273eee;p=ceph.git 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 --- 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"]}'