intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

ctl: interactive run ignores custom log level

Open sebix opened this issue 10 months ago • 1 comments

Starting a bot with intelmqctl run $botid --loglevel $LEVEL process does not take the given log level into account.

This bug already exists for some versions now, but I haven't found an existing bug report.

sebix avatar Feb 03 '25 20:02 sebix

Currently the precedence is:

  • intelmq.DEFAULT_LOGGING_LEVEL
  • command line
  • logging_level parameter (global or bot)

the last two need to reverse

sebix avatar Apr 17 '25 12:04 sebix