kolla-ansible/releasenotes/notes/limit-docker-log-size-33133da03b232ece.yaml
Mark Goddard 3a6a9384cb Tidy up release notes for Stein release
Change-Id: I0d66e49f09313de8abb89f510c7a5098507c572a
2019-03-29 13:34:43 +00:00

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.