This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
phamvuduycuong15027
Hi all, my website is load too low because too much request logs to 404 and then it was insert in my website database, please someone help me to turn off to store request log to database. thanks all
alxy
I'm not sure if this is even possible, as it is not configurable:https://github.com/octobercms/october/blob/97b0bc481f948045f96a420bb54ab48628bfdddc/modules/cms/classes/Controller.php#L205
/edit
Hackerish solution: Hook into RequestLog::beforeSave
and return false
.
Last updated
1-2 of 2