reduce the log size for undercloud-containers

Reduce the size of the logs that undercloud-containers
is creating in an effort to reduce the burden on
openstack-infra

Change-Id: Ied3b199b7af95bf660671fcb092d7423b2bf1005
This commit is contained in:
Wes Hayutin 2017-07-07 14:51:04 -04:00 committed by wes hayutin
parent c1bc124048
commit 7f35677f15
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ if command -v docker && systemctl is-active docker; then
docker cp $cont:/var/lib/kolla/config_files/config.json $INFO_DIR/config.json
# NOTE(flaper87): This should go away. Services should be
# using a `logs` volume
docker cp $cont:/var/log $INFO_DIR/log
# Removing the following line as openstack infra needs our log size reduced
# docker cp $cont:/var/log $INFO_DIR/log
# Delete symlinks because they break log collection and are generally
# not useful