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

Add logging output to login/logout views

This commit is contained in:
Jeremy Stretch
2020-03-02 17:04:54 -05:00
parent 7a10748355
commit c983dac771
2 changed files with 28 additions and 7 deletions

View File

@ -2,7 +2,8 @@
### Available Loggers
| 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 |
| Name | Function |
|---------------------------------|--------------------------------------------------------|
| `netbox.auth.*` | Authentication events |
| `netbox.api.views.*` | Views which handle business logic for the REST API |
| `netbox.views.*` | Views which handle business logic for the web UI |