intelmq
intelmq copied to clipboard
ctl: interactive run ignores custom log level
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.
Currently the precedence is:
intelmq.DEFAULT_LOGGING_LEVEL- command line
logging_levelparameter (global or bot)
the last two need to reverse