Hello friends, I am trying to find a way to log MySQL errors on a sitewide scale. I have found the mysql_trace configuration that logs all errors AND warnings from MySQL, but the warnings are far too picky, so they clutter up my logs. I would like to find something that will only log the errors, without having to find every query in my entire and add the functionality myself.
Anyone know of any way for me to accomplish this? Thanks very much in advance.