From 32f5f0fe515e6890e8aefad6ad8cdc2574ae8a34 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 3 Aug 2017 13:00:56 -0400 Subject: [PATCH] mgr: omit module list in beacon logging This is useful in itself, but awkward when dealing with logs generally, because it means that when you grep on the name of a module, you get mostly beacon messages rather than the log messages from the module. Signed-off-by: John Spray (cherry picked from commit 8d1277fa5c578ce0ea23a70cc58c6cf99921ee25) --- src/mgr/MgrStandby.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mgr/MgrStandby.cc b/src/mgr/MgrStandby.cc index 99df69c909fde..48b105a6dc390 100644 --- a/src/mgr/MgrStandby.cc +++ b/src/mgr/MgrStandby.cc @@ -158,8 +158,7 @@ void MgrStandby::send_beacon() bool available = active_mgr != nullptr && active_mgr->is_initialized(); auto addr = available ? active_mgr->get_server_addr() : entity_addr_t(); - dout(10) << "sending beacon as gid " << monc.get_global_id() - << " modules " << modules << dendl; + dout(10) << "sending beacon as gid " << monc.get_global_id() << dendl; map metadata; collect_sys_info(&metadata, g_ceph_context); -- 2.39.5