mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
12 lines
699 B
Markdown
12 lines
699 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.reports.*` | Reports (`module.name`) |
|
|
| `netbox.scripts.*` | Custom scripts (`module.name`) |
|
|
| `netbox.views.*` | Views which handle business logic for the web UI |
|