Closed
Description
The current MySqlConnectorLogLevel.Debug
messages are useful for debugging issues in MySqlConnector, but not useful for most client applications. The Info
level messages have some use for clients, but are also a bit verbose.
- Introduce a
Trace
level for logs. - Reduce almost all
Debug
logging toTrace
- Reduce most
Info
logging toDebug
; keep onlyInfo
logging that's useful for most clients to detect abnormal behaviour; there probably shouldn't be anyInfo
messages generated just from opening a connection, executing a command, and closing it
Metadata
Metadata
Assignees
Labels
No labels