-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Milestone
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
Tracelevel for logs. - Reduce almost all
Debuglogging toTrace - Reduce most
Infologging toDebug; keep onlyInfologging that's useful for most clients to detect abnormal behaviour; there probably shouldn't be anyInfomessages generated just from opening a connection, executing a command, and closing it
LoRdPMN
Metadata
Metadata
Assignees
Labels
No labels