akia Well-known member Aug 11, 2012 #1 I've been looking at the spam cleaner logs, and where I've got lots of logs with nothing in them, as the log where I've since deleted the user. Is there any way to purge these logs?
I've been looking at the spam cleaner logs, and where I've got lots of logs with nothing in them, as the log where I've since deleted the user. Is there any way to purge these logs?
Jake Bunce Well-known member Aug 12, 2012 #2 Run this query on your database to prune the spam cleaner logs: Code: TRUNCATE TABLE xf_spam_cleaner_log; Upvote 0 Downvote
Run this query on your database to prune the spam cleaner logs: Code: TRUNCATE TABLE xf_spam_cleaner_log;
akia Well-known member Aug 12, 2012 #3 Jake Bunce said: Run this query on your database to prune the spam cleaner logs: Code: TRUNCATE TABLE xf_spam_cleaner_log; Click to expand... Thanks Jake, as helpful as aways. Upvote 0 Downvote
Jake Bunce said: Run this query on your database to prune the spam cleaner logs: Code: TRUNCATE TABLE xf_spam_cleaner_log; Click to expand... Thanks Jake, as helpful as aways.
nodle Well-known member Jun 24, 2013 #4 You should add an option in 1.2 with a option to set the amount of days to purge these logs like you did for Moderator Log Length in the ACP>Options>Logging. Just add more options and be able to set the amount of days. Upvote 0 Downvote
You should add an option in 1.2 with a option to set the amount of days to purge these logs like you did for Moderator Log Length in the ACP>Options>Logging. Just add more options and be able to set the amount of days.