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
Is your feature request related to a problem?
dbapi tracing is working well. The problem I am seeing is that is captures db.statement.parameter for every sql statement. This is a privacy issue for us.
Describe the solution you'd like
I would like the ability to turn off the capturing of db.statement.parameter. Or better yet, to not capturedb.statement.parameter by default and provide a way to turn it on. I suspect that most production services would not want to capture and expose db statement parameters.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
dbapi tracing is working well. The problem I am seeing is that is captures
db.statement.parameter
for every sql statement. This is a privacy issue for us.Describe the solution you'd like
I would like the ability to turn off the capturing of
db.statement.parameter
. Or better yet, to not capturedb.statement.parameter
by default and provide a way to turn it on. I suspect that most production services would not want to capture and expose db statement parameters.The text was updated successfully, but these errors were encountered: