]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/ConfigMonitor.cc: don't dump all keys and values in config map
authorNeha Ojha <nojha@redhat.com>
Thu, 3 Dec 2020 20:33:20 +0000 (20:33 +0000)
committerNeha Ojha <nojha@redhat.com>
Tue, 15 Dec 2020 16:02:15 +0000 (16:02 +0000)
Signed-off-by: Neha Ojha <nojha@redhat.com>
src/mon/ConfigMonitor.cc

index bc8c28133ece6fa64cbc16644164982fd461a3d5..de4452fb6c176cfe7c8819a511ece06b2a80a392 100644 (file)
@@ -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
   {