Changing location of log files

Hi

you could change default location directory by config file …/etc/broctl.conf

SpoolDir = PATH

here is the user options page https://www.bro.org/sphinx/components/broctl/README.html

and you could also change this when you are installing from source

./configure --spooldir=PATH
make
make install