3a6a9384cb
Change-Id: I0d66e49f09313de8abb89f510c7a5098507c572a
8 lines
355 B
YAML
8 lines
355 B
YAML
---
|
|
features:
|
|
- Docker logs are no longer allowed to grow unbounded and have
|
|
been limited to a fixed size per container. Two new variables
|
|
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.
|