mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Update auditing loggers config to use logger (#40288)
This commit is contained in:
parent
2fd869fd02
commit
36eab84ef1
@ -126,7 +126,7 @@ The audit logs include records about the following categories of actions:
|
||||
Audit logs can be saved into files, sent to a Loki instance or sent to the Grafana default logger. By default, only the file exporter is enabled.
|
||||
You can choose which exporter to use in the [configuration file]({{< relref "../administration/configuration.md" >}}).
|
||||
|
||||
Options are `file`, `loki`, and `console`. Use spaces to separate multiple modes, such as `file loki`.
|
||||
Options are `file`, `loki`, and `logger`. Use spaces to separate multiple modes, such as `file loki`.
|
||||
|
||||
By default, when a user creates or updates a dashboard, its content will not appear in the logs as it can significantly increase the size of your logs. If this is important information for you and you can handle the amount of data generated, then you can enable this option in the configuration.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user