Documentation and changelog for #4195
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# 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 |
|
@@ -183,6 +183,14 @@ LOGGING = {
|
||||
}
|
||||
```
|
||||
|
||||
### Available Loggers
|
||||
|
||||
* `netbox.auth.*` - Authentication events
|
||||
* `netbox.api.views.*` - Views which handle business logic for the REST API
|
||||
* `netbox.reports.*` - Report execution (`module.name`)
|
||||
* `netbox.scripts.*` - Custom script execution (`module.name`)
|
||||
* `netbox.views.*` - Views which handle business logic for the web UI
|
||||
|
||||
---
|
||||
|
||||
## LOGIN_REQUIRED
|
||||
|
Reference in New Issue
Block a user