X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2FspiderFAQ-2.html;h=0f607e86c22bb4ec242fd6cd0ecf81eb654abe5b;hb=9e52888ccf4cfd4ba68b5a1c0d66b79550dff583;hp=ca16815ac2daed59965b5e9ff076221d4303510d;hpb=c42f6d2e451d149bd3ee9059ed8a9a4589c47f6d;p=spider.git diff --git a/html/spiderFAQ-2.html b/html/spiderFAQ-2.html index ca16815a..0f607e86 100644 --- a/html/spiderFAQ-2.html +++ b/html/spiderFAQ-2.html @@ -68,6 +68,17 @@ forward.pl and edit it to meet your requirements. You will need to issue the command load/forward or restart Spider for the changes to take effect.

+

2.5 How can I automatically limit the amount of debug logfiles that are stored? +

+ +

Use the tmpwatch command. Add a line in /etc/cron.daily like this ... +

+

+
+/usr/sbin/tmpwatch -f 240 /spider/data/debug
+
+
+

This will limit your debug data down to the last 10 days


Next