XF 2.3 Admin Log Pruning

Bubbles

Member
Licensed customer
Apologies if this is answered somewhere; search seems to aggregate "log" with a lot of threads about "login."

The Admin Log seems to be pruning itself? I can't find a way to disable this behavior from the crorn job list or in settings (as you can with the moderator log). Is there a reason for this, and do I need to author a plugin to stop it?

Thanks!
 
You still should be able to define the length in src/config.php

Code:
$config['adminLogLength'] - default: 60

60 is sixty days, adjust as needed.
 
Back
Top Bottom