From 335631ac28eafdbb3318b5fc56efc56113c41ff0 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 11 Aug 2017 16:24:56 -0700 Subject: [PATCH] Look for log files in first level and third level as well --- src/logrotate.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logrotate.ejs b/src/logrotate.ejs index 4a7cf4f03..519a49f8e 100644 --- a/src/logrotate.ejs +++ b/src/logrotate.ejs @@ -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 -} \ No newline at end of file +}