From fdda40672e99f21d44c26f20a9a4bb8de4668af1 Mon Sep 17 00:00:00 2001 From: "J. Casalino" Date: Tue, 22 Dec 2020 16:52:09 -0500 Subject: [PATCH] Docs: Missing 's' on 'logs' (#29966) Command line argument should be _logs_ based on the other examples shown --- docs/sources/administration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index 733c02f148f..c5b77a24418 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -158,7 +158,7 @@ How long temporary images in `data` directory should be kept. Defaults to: `24h` Path to where Grafana stores logs. This path is usually specified via command line in the init.d script or the systemd service file. You can override it in the configuration file or in the default environment variable file. However, please note that by overriding this the default log path will be used temporarily until Grafana has fully initialized/started. -Override log path using the command line argument `cfg:default.paths.log`: +Override log path using the command line argument `cfg:default.paths.logs`: ```bash ./grafana-server --config /custom/config.ini --homepath /custom/homepath cfg:default.paths.logs=/custom/path