From 068636516ff7e7686159de478eff7b4e1036f5dc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 18 Dec 2009 11:30:22 +0100 Subject: * debian/apt.logrotate: - add to logratation * doc/examples/configure-index: - add as example --- debian/apt.logrotate | 8 ++++++++ doc/examples/configure-index | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/apt.logrotate b/debian/apt.logrotate index 3e924d383..dfb06db2e 100644 --- a/debian/apt.logrotate +++ b/debian/apt.logrotate @@ -6,3 +6,11 @@ notifempty } +/var/log/apt/history.log { + rotate 6 + monthly + compress + missingok + notifempty +} + diff --git a/doc/examples/configure-index b/doc/examples/configure-index index f5f996460..eaea6511c 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -307,6 +307,7 @@ Dir "/" // Location of the logfile Log "var/log/apt" { Terminal "term.log"; + History "history.log"; }; }; -- cgit v1.2.3