Filtering custom script logs by level does not work #10155

Closed
opened 2025-12-29 21:27:35 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 29, 2024).

Originally assigned to: @arthanson on GitHub.

Deployment Type

NetBox Cloud

NetBox Version

v4.1-beta1

Python Version

3.10

Steps to Reproduce

  1. Upload and run a custom script which generates log messages at various levels.
  2. Attempt to filter the log messages by level.

Expected Behavior

Only messages logged at or above the selected level should be displayed.

Observed Behavior

Selecting a level has no effect on the log messages. I believe this is a regression introduced by the fix for #16756 in v4.0.10.

Originally created by @jeremystretch on GitHub (Aug 29, 2024). Originally assigned to: @arthanson on GitHub. ### Deployment Type NetBox Cloud ### NetBox Version v4.1-beta1 ### Python Version 3.10 ### Steps to Reproduce 1. Upload and run a custom script which generates log messages at various levels. 2. Attempt to filter the log messages by level. ### Expected Behavior Only messages logged at or above the selected level should be displayed. ### Observed Behavior Selecting a level has no effect on the log messages. I believe this is a regression introduced by the fix for #16756 in v4.0.10.
adam added the type: bugstatus: acceptedbetaseverity: low labels 2025-12-29 21:27:35 +01:00
adam closed this issue 2025-12-29 21:27:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10155