Update auditing loggers config to use logger (#40288)

This commit is contained in:
Guilherme Caulada 2021-10-11 11:20:00 -03:00 committed by GitHub
parent 2fd869fd02
commit 36eab84ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.