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: v14.2.17~113^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=85c1d0ad49ca3d61e1d6c6c44afb1a97f4d03449;p=ceph.git mon/ConfigMonitor.cc: don't dump all keys and values in config map Signed-off-by: Neha Ojha (cherry picked from commit a68b4597785f92a0cb98440030be61f8004e3151) --- diff --git a/src/mon/ConfigMonitor.cc b/src/mon/ConfigMonitor.cc index 5198c060b145..45b8725f0977 100644 --- a/src/mon/ConfigMonitor.cc +++ b/src/mon/ConfigMonitor.cc @@ -800,13 +800,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 {