assistant: Logs are rotated to avoid them using too much disk space.

This cannot completely guard against a runaway log event, and only runs
every hour anyway, but it should avoid most problems with very
long-running, active assistants using up too much space.
This commit is contained in:
Joey Hess 2013-03-01 13:30:48 -04:00
parent fed56e24a4
commit 1865b28094
5 changed files with 73 additions and 34 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ git-annex (4.20130228) UNRELEASED; urgency=low
* Android: Enable test suite.
* webapp: Only show up to 10 queued transfers.
* Several improvements to Makefile and cabal file. Thanks, Peter Simmons
* assistant: Logs are rotated to avoid them using too much disk space.
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400