Skip to content

"intelmqctl log" level selection does not work #2596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sebix opened this issue Apr 11, 2025 · 0 comments · May be fixed by #2607
Open

"intelmqctl log" level selection does not work #2596

sebix opened this issue Apr 11, 2025 · 0 comments · May be fixed by #2607
Labels
bug Indicates an unexpected problem or unintended behavior component: intelmqctl good first issue Indicates a good issue for first-time contributors

Comments

@sebix
Copy link
Member

sebix commented Apr 11, 2025

With a bot that has level INFO set, the current and expected result of the commands is with intelmqctl log $bot 10 $level:

  • (default/missing) Actual: All; Expected: All ✅️
  • DEBUG Actual: Nothing; Expected: All ❌️
  • INFO Actual: All info; Expected: All info and above ✅️
  • WARNING: Actual: Info; Expected: Only warning, error and critical ❌️
  • ERROR: Actual: Info; Expected: Only error and critical ❌️
  • CRITICAL: Actual: Info; Expected: Only critical ❌️

The API/Manager is of course affected too. The selection 'ALL' doesn't work either.

@sebix sebix added bug Indicates an unexpected problem or unintended behavior component: intelmqctl good first issue Indicates a good issue for first-time contributors labels Apr 11, 2025
@sebix sebix added this to the 3.4.1 Patch release milestone Apr 11, 2025
sebix added a commit to sebix/intelmq that referenced this issue Apr 23, 2025
@sebix sebix linked a pull request Apr 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior component: intelmqctl good first issue Indicates a good issue for first-time contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant