Browse Source

* debian/apt.logrotate:
- add to logratation
* doc/examples/configure-index:
- add as example

Michael Vogt 14 years ago
parent
commit
068636516f
2 changed files with 9 additions and 0 deletions
  1. 8 0
      debian/apt.logrotate
  2. 1 0
      doc/examples/configure-index

+ 8 - 0
debian/apt.logrotate

@@ -6,3 +6,11 @@
   notifempty
 }
 
+/var/log/apt/history.log {
+  rotate 6
+  monthly
+  compress
+  missingok
+  notifempty
+}
+

+ 1 - 0
doc/examples/configure-index

@@ -307,6 +307,7 @@ Dir "/"
   // Location of the logfile
   Log "var/log/apt" {
 	Terminal "term.log";
+	History "history.log";
   };
 };