From d05529f0e7b64e6d72e3478805e100735e3e63cc Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Mon, 7 Dec 2020 13:58:48 +0300 Subject: [PATCH] [Docs] Clarify docker-driver configuration options (#3049) Clarify docker-driver configuration about `max-file` and `max-size` default values. Fixes #3046 --- docs/sources/clients/docker-driver/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/clients/docker-driver/configuration.md b/docs/sources/clients/docker-driver/configuration.md index 76f175441a..a391b67465 100644 --- a/docs/sources/clients/docker-driver/configuration.md +++ b/docs/sources/clients/docker-driver/configuration.md @@ -30,7 +30,7 @@ docker run --log-driver=loki \ ``` > **Note**: The Loki logging driver still uses the json-log driver in combination with sending logs to Loki, this is mainly useful to keep the `docker logs` command working. -> You can adjust file size and rotation using the respective log option `max-size` and `max-file`. +> You can adjust file size and rotation using the respective log option `max-size` and `max-file`. Keep in mind that default values for these options are not taken from json-log configuration. > You can deactivate this behavior by setting the log option `no-file` to true. ## Change the default logging driver