asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

Warn connection unexpectedly closed #146

Closed jchrys closed 11 months ago

jchrys commented 11 months ago

Motivation: To enhance the debugging experience, warning when a connection is unexpectedly closed.

Modifications: Changed the log level to "warn" for unexpected connection closures

Result: Improved log