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

Add logging output to API viewsets

This commit is contained in:
Jeremy Stretch
2020-03-02 16:51:16 -05:00
parent ca1186dca1
commit 7a10748355
2 changed files with 18 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
### Available Loggers
| Name | Function |
|------------------|----------|
| `netbox.views.*` | Views which handle business logic for the web UI |
| Name | Function |
|----------------------|----------|
| `netbox.views.*` | Views which handle business logic for the web UI |
| `netbox.api.views.*` | Views which handle business logic for the web UI |