Fixes #19633: Log all evaluations of invalid event rule conditions (#19885)

* flush_events() should catch only import errors

* Fixes #19633: Log all evaluations of invalid event rule conditions

* Correct comment
This commit is contained in:
Jeremy Stretch
2025-07-15 11:25:25 -04:00
committed by GitHub
parent f777bfee2e
commit e5d6c71171
5 changed files with 48 additions and 21 deletions

View File

@@ -158,6 +158,7 @@ LOGGING = {
* `netbox.<app>.<model>` - Generic form for model-specific log messages
* `netbox.auth.*` - Authentication events
* `netbox.api.views.*` - Views which handle business logic for the REST API
* `netbox.event_rules` - Event rules
* `netbox.reports.*` - Report execution (`module.name`)
* `netbox.scripts.*` - Custom script execution (`module.name`)
* `netbox.views.*` - Views which handle business logic for the web UI