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:
@ -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 |
|
||||
|
Reference in New Issue
Block a user