- π³π±Netherlands BrankoC
You might be able to use hook_watchdog() to delete the log entry before it gets saved to the database. However, it seems there might be quite some Drupal trickery involved in getting it to work (e.g. order in which hooks are called, calling a hook early in the bootstrap, forcing dblog_watchdog() to abort and so on). I haven't tried this myself, so I do not know if it would work, nor if it would be worth it.