1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Enable system logging for reports

This commit is contained in:
Jeremy Stretch
2020-03-04 14:22:30 -05:00
parent 36cbbac870
commit 9df2769383
2 changed files with 16 additions and 0 deletions

View File

@ -6,5 +6,6 @@
|---------------------------------|--------------------------------------------------------|
| `netbox.auth.*` | Authentication events |
| `netbox.api.views.*` | Views which handle business logic for the REST API |
| `netbox.reports.*` | Reports (`module.name`) |
| `netbox.scripts.*` | Custom scripts (`module.name`) |
| `netbox.views.*` | Views which handle business logic for the web UI |