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:
parent
11cec1c6f1
commit
91472c0de4
@ -1,4 +1,4 @@
|
||||
/var/log/containers/*/*.log {
|
||||
/var/log/containers/*/*log /var/log/containers/*/*/*log {
|
||||
rotate <%= @rotate %>
|
||||
size <%= @size %>
|
||||
missingok
|
||||
|
Loading…
Reference in New Issue
Block a user