After setting up bees I wanted to reduce the log level as well as try out different scan modes. Having it set up as a systemd service I tried and just added --verbose 6 and --scan-mode 2 to the unit file. The service wouldn't start anymore so I tried the same by calling beesd directly which also didn't work. All I got was an exception about invalid parameters in some call to std::stoul.
After fiddling around with it I finally made it work using the OPTIONS field in the configuration file. This is a bit puzzling as I initially had --strip-paths --no-timestamps seemingly working when added to the unit file. So flags without parameters seem to work.
I compiled bees 0.6.2 downloaded from the release section myself without further changes and am running it on Linux helios4 4.19.104-mvebu #20.02.1 SMP Mon Feb 17 03:22:46 CET 2020 armv7l GNU/Linux a SBC running armbian.
After setting up bees I wanted to reduce the log level as well as try out different scan modes. Having it set up as a systemd service I tried and just added
--verbose 6and--scan-mode 2to the unit file. The service wouldn't start anymore so I tried the same by callingbeesddirectly which also didn't work. All I got was an exception about invalid parameters in some call tostd::stoul.After fiddling around with it I finally made it work using the
OPTIONSfield in the configuration file. This is a bit puzzling as I initially had--strip-paths --no-timestampsseemingly working when added to the unit file. So flags without parameters seem to work.I compiled bees 0.6.2 downloaded from the release section myself without further changes and am running it on
Linux helios4 4.19.104-mvebu #20.02.1 SMP Mon Feb 17 03:22:46 CET 2020 armv7l GNU/Linuxa SBC running armbian.