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

Enable system logging for custom scripts

This commit is contained in:
Jeremy Stretch
2020-03-04 14:05:59 -05:00
parent 406b88777c
commit 36cbbac870
2 changed files with 14 additions and 0 deletions

View File

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