Conversation
I'm unable to reproduce this. ALL shows all log levels for me.
CRITICAL should only include CRITICAL, ERROR should show ERROR and CRITICAL, etc. So that's a bug in intelmqctl itself. |
|
Is there anything we can do to finish the PR? |
|
Hi @sorooris Short answer: a 26h day :D This problem has been lurking around for way too long. We have hit it at some demonstrations and tests, too. The underlying issue is a bit bigger than that apparently small-looking change in the PR here I can't promise we can get it done in June, but for July we plan for an IntelMQ release, and then a fix for the problem should be included. |
|
The log level bug will be fixed by certtools/intelmq#2607 |
|
Also related: I removed the workaround from this PR. |
|
reopening for the #190 fix |
Log level selection on Monitor page - this PR fixes an issue where ALL level wouldn't return anything since the backend doesn't have the level ALL. Instead of ALL, CRITICAL is requested in the background as it returns all logs aswell.
also fixes #190