You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when doing a DB probe check, I need to write a simple SELECT 1 query. This logs query to otel and currently it's impossible to turn off logging on query level. Exposing ping method that is a simplest, internal healthcheck method would simplify and streamline this process a lot.
Motivation
Currently, when doing a DB probe check, I need to write a simple
SELECT 1
query. This logs query to otel and currently it's impossible to turn off logging on query level. Exposingping
method that is a simplest, internal healthcheck method would simplify and streamline this process a lot.Proposed Solutions
Wrap over SQLx ping method in your way. #291 (reply in thread)
Current Workarounds
Query written by hand, that spams logs.
The text was updated successfully, but these errors were encountered: