Database Security. Database Auditing. Database Caching. Database Masking. Get it now

Log level

in

In log.hpp I see:

enum ErrorType { CRIT, ERR, INFO, SQL_DEBUG, DEBUG, STORAGE, NET_DEBUG};

Without digging too much, will one of these show when SQL attacks are detected but not all of the noise that comes with SQL_DEBUG ?

Right now, it seems like I have to set it to either fire hose information or almost silence. :) I'd like to use the log along with other IDS software as well.

Thanks..

Comments

Hello We will review this

Hello

We will review this section in the next release to make it more clear.

Thanks for reporting.

Best regards,
Yuli

Back to top