Look for log files in first level and third level as well

This commit is contained in:
Girish Ramakrishnan
2017-08-11 16:24:56 -07:00
parent 42778cb84d
commit 335631ac28
+2 -2
View File
@@ -1,6 +1,6 @@
# Generated by apptask for the /run mount
<%= volumePath %>/*/*.log {
<%= volumePath %>/*.log <%= volumePath %>/*/*.log <%= volumePath %>/*/*/*.log {
rotate 7
daily
compress
@@ -8,4 +8,4 @@
missingok
delaycompress
copytruncate
}
}