* debian/apt.logrotate:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 18 Dec 2009 10:30:22 +0000 (11:30 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 18 Dec 2009 10:30:22 +0000 (11:30 +0100)
  - add to logratation
* doc/examples/configure-index:
  - add as example

debian/apt.logrotate
doc/examples/configure-index

index 3e924d3..dfb06db 100644 (file)
@@ -6,3 +6,11 @@
   notifempty
 }
 
+/var/log/apt/history.log {
+  rotate 6
+  monthly
+  compress
+  missingok
+  notifempty
+}
+
index f5f9964..eaea651 100644 (file)
@@ -307,6 +307,7 @@ Dir "/"
   // Location of the logfile
   Log "var/log/apt" {
        Terminal "term.log";
+       History "history.log";
   };
 };