mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-24 17:54:55 +01:00
11 lines
606 B
Markdown
11 lines
606 B
Markdown
# Logging Configuration
|
|
|
|
### Available Loggers
|
|
|
|
| Name | Function |
|
|
|---------------------------------|--------------------------------------------------------|
|
|
| `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 |
|