diff options
author | Lennart Weller <lhw@ring0.de> | 2017-05-03 11:32:42 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2017-05-03 11:32:42 +0000 |
commit | 21ee95ad705369bfaa93d33814ed7398bd57ef55 (patch) | |
tree | dbe9d864bcdcff0cf8c207f10e06389d3c819d77 | |
parent | missed the override for gauge.coffee (diff) | |
download | netdata-21ee95ad705369bfaa93d33814ed7398bd57ef55.tar.xz netdata-21ee95ad705369bfaa93d33814ed7398bd57ef55.zip |
weekly logrotate
-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 66ccdc92..1ddb69e5 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 ed49ac4b..8290a2b5 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 |