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 <john.spray@redhat.com>
(cherry picked from commit
8d1277fa5c578ce0ea23a70cc58c6cf99921ee25)
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<string,string> metadata;
collect_sys_info(&metadata, g_ceph_context);