IP.Board provides options (System Settings > Advanced > Log Pruning) to enable / disable pruning various logs such as spider logs, database error logs, spam logs etc.
The only issue some administrators may have is that thirty days may be too long, or in some rare cases not enough but again not enough to justify not pruning them.
A simple tweak is possible to adjust the pruning schedule. ![]()
Connect via FTP or your hosts file manager and open admin/applications/core/tasks/logprune.php
Around line 34, find...
protected $deleteTime = 2592000;
protected $deleteTime = 1209600;
protected $deleteTime = 604800;
protected $deleteTime = 259200;