2018-10-11 10:12:41 +01:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- Docker logs are no longer allowed to grow unbounded and have
|
|
|
|
been limited to a fixed size per container. Two new variables
|
2019-03-29 13:30:08 +00:00
|
|
|
have been added, ``docker_log_max_file`` and ``docker_log_max_size`` which
|
|
|
|
default to 5 and 50MB respectively. This means that for each container,
|
|
|
|
there should be no more than 250MB of Docker logs.
|