]> git.saurik.com Git - apt.git/commitdiff
* 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 3e924d3832df311a5077886456a1dcb8121351b0..dfb06db2e09959f56cd970e51d29ad0db1ae0608 100644 (file)
@@ -6,3 +6,11 @@
   notifempty
 }
 
+/var/log/apt/history.log {
+  rotate 6
+  monthly
+  compress
+  missingok
+  notifempty
+}
+
index f5f9964609282e6d75c4ae562b192f0bc52da9b6..eaea6511cf2e0f13289b828c9ea1949891d95320 100644 (file)
@@ -307,6 +307,7 @@ Dir "/"
   // Location of the logfile
   Log "var/log/apt" {
        Terminal "term.log";
+       History "history.log";
   };
 };