From: Neha Ojha Date: Thu, 3 Dec 2020 20:33:20 +0000 (+0000) Subject: mon/ConfigMonitor.cc: don't dump all keys and values in config map X-Git-Tag: v16.1.0~251^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a68b4597785f92a0cb98440030be61f8004e3151;p=ceph.git mon/ConfigMonitor.cc: don't dump all keys and values in config map Signed-off-by: Neha Ojha --- diff --git a/src/mon/ConfigMonitor.cc b/src/mon/ConfigMonitor.cc index bc8c28133ec..de4452fb6c1 100644 --- a/src/mon/ConfigMonitor.cc +++ b/src/mon/ConfigMonitor.cc @@ -854,13 +854,6 @@ void ConfigMonitor::load_config() it->next(); } dout(10) << __func__ << " got " << num << " keys" << dendl; - dout(20) << __func__ << " config map:\n"; - JSONFormatter jf(true); - jf.open_object_section("config_map"); - config_map.dump(&jf); - jf.close_section(); - jf.flush(*_dout); - *_dout << dendl; // refresh our own config {