From: Joao Eduardo Luis Date: Fri, 19 Sep 2014 16:30:59 +0000 (+0100) Subject: mon: LogMonitor: add debug message upon logging to a channel's file X-Git-Tag: v0.86~37^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9686044a2372beae81d2a76540a0ded52f86e2f8;p=ceph.git mon: LogMonitor: add debug message upon logging to a channel's file Signed-off-by: Joao Eduardo Luis --- diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc index 422da91ddad2..e04c651015bd 100644 --- a/src/mon/LogMonitor.cc +++ b/src/mon/LogMonitor.cc @@ -150,6 +150,9 @@ void LogMonitor::update_from_paxos(bool *need_bootstrap) } string log_file = channels.get_log_file(channel); + dout(20) << __func__ << " logging for channel '" << channel + << "' to file '" << log_file << "'" << dendl; + if (!log_file.empty()) { string log_file_level = channels.get_log_file_level(channel); if (log_file_level.empty()) {