Explorar o código

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

Michael Vogt %!s(int64=16) %!d(string=hai) anos
pai
achega
068636516f
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  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";
   };
 };