-
Notifications
You must be signed in to change notification settings - Fork 123
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
mysql async print sql logs ? #222
Comments
Could you please elaborate more on that? What do you mean by "print sql logs"? |
mysql async can output Sql from the console |
If you want to print all SQL to stdout you can now use the tracing feature and the FmtSubscriber from https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/index.html to log queries. Make sure tracing level DEBUG is enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How does mysql async print sql logs
The text was updated successfully, but these errors were encountered: