[Docs] Clarify docker-driver configuration options (#3049)

Clarify docker-driver configuration about `max-file` and `max-size` default values.
Fixes #3046
pull/3043/head
Vitaliy Potapov 5 years ago committed by GitHub
parent b195e94f39
commit d05529f0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save