]> 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)
committerNathan Cutler <ncutler@suse.com>
Wed, 16 Dec 2020 23:07:48 +0000 (00:07 +0100)
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit a68b4597785f92a0cb98440030be61f8004e3151)

src/mon/ConfigMonitor.cc

index a67409fe9f8c1b3e8afaae3d9d38722796f01c6d..b5304bf0f97a0152c49675775ef241413f43a260 100644 (file)
@@ -801,13 +801,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
   {