Skip to content

Reduce log message severity #981

Closed
@bgrainger

Description

@bgrainger

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 to Trace
  • Reduce most Info logging to Debug; keep only Info logging that's useful for most clients to detect abnormal behaviour; there probably shouldn't be any Info messages generated just from opening a connection, executing a command, and closing it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions