Selaa lähdekoodia

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

Michael Vogt 16 vuotta sitten
vanhempi
commit
068636516f
2 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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";
   };
 };