Logging 404s: Email vs Database INSERT

Currently I email myself everytime a 404 is generated, which can be up to a couple of hundred times a day.

Would it be more efficient (memory/cpu) to do an INSERT to MySQL table to log these errors? Thanks.

 

 

 

 

Top