From ec041c0101fd1198c04e320b30532acdf7b7069f Mon Sep 17 00:00:00 2001 From: Zenon Mousmoulas Date: Mon, 23 Oct 2017 16:05:47 +0300 Subject: [PATCH] logrotate: Revert daily rotations from 52 back to 14 14 is a more suitable default for daily rotation, while 52 rather reminds of weekly rotation. --- debian/freeradius.logrotate | 6 +++--- scripts/logrotate/freeradius | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/freeradius.logrotate b/debian/freeradius.logrotate index f00947524cf5..7d837d53bdf5 100644 --- a/debian/freeradius.logrotate +++ b/debian/freeradius.logrotate @@ -2,7 +2,7 @@ /var/log/freeradius/radius.log { # common options daily - rotate 52 + rotate 14 missingok compress delaycompress @@ -19,7 +19,7 @@ { # common options daily - rotate 52 + rotate 14 missingok compress delaycompress @@ -38,7 +38,7 @@ /var/log/freeradius/radacct/*/detail { # common options daily - rotate 52 + rotate 14 missingok compress delaycompress diff --git a/scripts/logrotate/freeradius b/scripts/logrotate/freeradius index bb3e4252f32c..3de435e76e78 100644 --- a/scripts/logrotate/freeradius +++ b/scripts/logrotate/freeradius @@ -10,7 +10,7 @@ /var/log/radius/radius.log { # common options daily - rotate 52 + rotate 14 missingok compress delaycompress @@ -27,7 +27,7 @@ { # common options daily - rotate 52 + rotate 14 missingok compress delaycompress @@ -46,7 +46,7 @@ /var/log/radius/radacct/*/detail { # common options daily - rotate 52 + rotate 14 missingok compress delaycompress