Posts: 360
Threads: 13
Joined: Nov 2014
Reputation:
17
01-27-2017, 06:47 PM
(This post was last modified: 01-30-2017, 03:32 PM by cartalot.)
anyone have a simple solution for turning off logging of 404 errors?
(besides turning off logging)
Posts: 1,299
Threads: 62
Joined: Oct 2014
Reputation:
86
01-27-2017, 11:43 PM
(This post was last modified: 01-27-2017, 11:44 PM by skunkbad.)
Look at system/core/Exceptions.php. Extend the show_404 method and comment out line 135. Might work ...