mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Management framework: additional logging tweaks
Ensure the framework's log stream exists prior to using it in zeek_init(), and use a node-is-live message similar to those in agent and controller also in launched nodes.
This commit is contained in:
parent
e947e1d1c2
commit
ffebf99bad
2 changed files with 4 additions and 1 deletions
|
@ -118,4 +118,6 @@ event zeek_init()
|
|||
|
||||
Broker::peer(epi$network$address, epi$network$bound_port, Management::connect_retry);
|
||||
Broker::subscribe(node_topic);
|
||||
|
||||
Management::Log::info(fmt("node %s is live, Broker ID %s", Cluster::node, Broker::node_id()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue