diff --git a/site-modules/profile/templates/swh/logrotate.conf.erb b/site-modules/profile/templates/swh/logrotate.conf.erb --- a/site-modules/profile/templates/swh/logrotate.conf.erb +++ b/site-modules/profile/templates/swh/logrotate.conf.erb @@ -8,3 +8,10 @@ compress notifempty } +<%= @swh_log_directory %>/*/*.log { + weekly + missingok + rotate 5 + compress + notifempty +}