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

Add logging output to utility views

This commit is contained in:
Jeremy Stretch
2020-03-02 16:38:51 -05:00
parent 28e3b7af18
commit ca1186dca1
2 changed files with 87 additions and 33 deletions

View File

@ -0,0 +1,7 @@
# Logging Configuration
### Available Loggers
| Name | Function |
|------------------|----------|
| `netbox.views.*` | Views which handle business logic for the web UI |