diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/netdata.logrotate | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 66ccdc92b..1ddb69e5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ netdata (1.6.0+dfsg-1) UNRELEASED; urgency=medium [ Lennart Weller ] * Make all of /var writeable avoiding any other MTA problems * Add CAP_SETUID permission for the service + * Change logrotate to weekly (Closes: #857305) + We do the weekly logrotate for now as SIGHUP is not working correctly. + See https://github.com/firehol/netdata/issues/805 -- Federico Ceratto <federico@debian.org> Sun, 30 Apr 2017 17:10:00 +0100 diff --git a/debian/netdata.logrotate b/debian/netdata.logrotate index ed49ac4b8..8290a2b59 100644 --- a/debian/netdata.logrotate +++ b/debian/netdata.logrotate @@ -1,7 +1,7 @@ /var/log/netdata/*log { compress create 0640 netdata adm - daily + weekly delaycompress missingok notifempty |