Update docs for the new logger node type

This commit is contained in:
Daniel Thayer 2016-06-30 15:45:36 -05:00
parent f45a3e8878
commit ce0b9d42d3
4 changed files with 37 additions and 14 deletions

View file

@ -33,7 +33,7 @@ event bro_init() &priority=9
}
else if ( me$node_type == MANAGER )
{
# If no logger is defined, then the manager writes logs.
# If no logger is defined, then the manager receives logs.
local managerlogs = "logger" !in Cluster::nodes;
if ( n$node_type == LOGGER && me$logger == i )