2020-03-02 16:38:51 -05:00
|
|
|
# Logging Configuration
|
|
|
|
|
|
|
|
|
|
### Available Loggers
|
|
|
|
|
|
2020-03-02 17:04:54 -05:00
|
|
|
| Name | Function |
|
|
|
|
|
|---------------------------------|--------------------------------------------------------|
|
|
|
|
|
| `netbox.auth.*` | Authentication events |
|
|
|
|
|
| `netbox.api.views.*` | Views which handle business logic for the REST API |
|
2020-03-04 14:22:30 -05:00
|
|
|
| `netbox.reports.*` | Reports (`module.name`) |
|
2020-03-04 14:05:59 -05:00
|
|
|
| `netbox.scripts.*` | Custom scripts (`module.name`) |
|
2020-03-02 17:04:54 -05:00
|
|
|
| `netbox.views.*` | Views which handle business logic for the web UI |
|