NetControl: fix several small logging issues

forgotten messages are only logged on the manager (or standalone host)
now. Logs are not written by default anymore when Bro encounters traffic
that should have been blocked.
This commit is contained in:
Johanna Amann 2016-05-27 08:51:06 -07:00
parent 296c5611ec
commit 2f74825785
2 changed files with 17 additions and 0 deletions

View file

@ -20,6 +20,7 @@ redef Cluster::nodes = {
redef Log::default_rotation_interval = 0secs;
@load base/frameworks/netcontrol
redef NetControl::catch_release_warn_blocked_ip_encountered = T;
global ready_for_data_1: event();
global ready_for_data_2: event();