mariadb-corporation / mariadb-connector-nodejs

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend Logger Configuration to Include All Logging Types

Fridious opened this issue · comments

Hi there,

I am interested in configuring the logger to handle all types of logging. Presently, we can only modify the logger for error, query, and network messages via the LoggerConfig. However, it would be highly beneficial if we could also adjust the logger for other types, such as the "leak detection" message.

I'm curious if there's a specific reason why this feature is currently unavailable, or if there are any plans to implement it in the future. If not, I would be more than willing to take up the task of implementing this enhancement.