In the Advanced branch, the audit log of CLASS = ERROR is output unless it is "00" by judging the error class of SQLSTATE.
By adding the following functions, it is possible to output a specific error (eg permittion denied error) to the audit log.
- Add output of SQLSTATE to format.
- Make SQLSTATE judgeable with filter.
How is it?