Comment 3 for bug 1886975

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/ussuri)

Reviewed: https://review.opendev.org/740635
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=15f2af1b0217da0a0281268442202f22915570a1
Submitter: Zuul
Branch: stable/ussuri

commit 15f2af1b0217da0a0281268442202f22915570a1
Author: Bartosz Bezak <email address hidden>
Date: Mon Jul 13 08:37:25 2020 +0000

    Fix Logstash 6 log rotation - Stable/Ussuri

    Logstash 6 introduced in Centos 8 in Train release comes with log4j2
    configuration that does not remove old compressed logs after rotation
    Log rotation config backported from Logstash 7 - Combination of Size
    Based and Time Based policies. Deletion occurs after 30 days or
    3000 MB log files size - whichever comes first.

    Change-Id: Ib44f493aad0813a8aba916c7c353b60cab954b5f
    Closes-Bug: #1886975