Fix logrotate containers log

Adjust logrotate conf to match httpd logs from
nested directories

Closes-bug: #1731931

Change-Id: Id518ade2eebe0761cf9c497c7b949b82b182c1f9
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2017-11-13 15:24:53 +01:00
parent 11cec1c6f1
commit 91472c0de4

View File

@ -1,4 +1,4 @@
/var/log/containers/*/*.log {
/var/log/containers/*/*log /var/log/containers/*/*/*log {
rotate <%= @rotate %>
size <%= @size %>
missingok