We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i run a update log like this
update a set b=1 where c=2;
maybe output these logs
Connect conn_id=IWUQAYi6CYWqmKsQ duration=45.142167 PrepareContext conn_id=IWUQAYi6CYWqmKsQ duration=7.123333 StmtExecContext args=.... StmtClose conn_id=IWUQAYi6CYWqmKsQ
for me I only care about StmtExecContext logs yet, how to disable others log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i run a update log like this
maybe output these logs
for me I only care about StmtExecContext logs yet, how to disable others log
The text was updated successfully, but these errors were encountered: