Logging 404s: Email vs Database INSERT 2025-04-14 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.