Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make message string specific to message only not data ? #121

Open
dhiraj-ppp opened this issue Aug 31, 2020 · 1 comment
Open

How to make message string specific to message only not data ? #121

dhiraj-ppp opened this issue Aug 31, 2020 · 1 comment

Comments

@dhiraj-ppp
Copy link

Hello all,

I am using a tracer in my project. Now if some error occurs executing SQL query due to the wrong query then I get an error message along with the data in the query. So is there any way where only the error message should be printed not the data along.
for eg. If the table name is incorrect in SQL query then I get an error message as an incorrect table name but the query with data also gets printed as part of the error message.

Please tell me how i can avoid it?

@baryon
Copy link
Owner

baryon commented Sep 13, 2023

use 'transport' to format your data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants