]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: LogMonitor: adjust debug messages output levels
authorJoao Eduardo Luis <joao@redhat.com>
Fri, 19 Sep 2014 16:32:07 +0000 (17:32 +0100)
committerJoao Eduardo Luis <joao@redhat.com>
Mon, 22 Sep 2014 16:36:29 +0000 (17:36 +0100)
Reduce the noise.

Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
src/mon/LogMonitor.cc

index e04c651015bd4159c6f129874dcd72c7bbdaf9e5..05bb73fd9b5df3cf1c70be59ac96033d674e77e9 100644 (file)
@@ -178,7 +178,7 @@ void LogMonitor::update_from_paxos(bool *need_bootstrap)
     summary.version++;
   }
 
-  dout(10) << __func__ << " logging for "
+  dout(15) << __func__ << " logging for "
            << channel_blog.size() << " channels" << dendl;
   for(map<string,bufferlist>::iterator p = channel_blog.begin();
       p != channel_blog.end(); ++p) {
@@ -642,11 +642,11 @@ void LogMonitor::update_log_channels()
 
 void LogMonitor::log_channel_info::expand_channel_meta(map<string,string> &m)
 {
-  generic_dout(10) << __func__ << " expand map: " << m << dendl;
+  generic_dout(20) << __func__ << " expand map: " << m << dendl;
   for (map<string,string>::iterator p = m.begin(); p != m.end(); ++p) {
     m[p->first] = expand_channel_meta(p->second, p->first);
   }
-  generic_dout(10) << __func__ << " expanded map: " << m << dendl;
+  generic_dout(20) << __func__ << " expanded map: " << m << dendl;
 }
 
 string LogMonitor::log_channel_info::expand_channel_meta(