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
I am looking to log the full query and all parameters. With a large query, I am receiving a portion of the truncated query with "..."
How can we resolve logging the full query? Logging is not useful with bits and pieces of information.
The text was updated successfully, but these errors were encountered:
After further digging, there is a config option that is not documented: debugLen.
debugLen
Sorry, something went wrong.
allright, missing documentation for debugLen and logParam option added : a922851
No branches or pull requests
I am looking to log the full query and all parameters. With a large query, I am receiving a portion of the truncated query with "..."
How can we resolve logging the full query? Logging is not useful with bits and pieces of information.
The text was updated successfully, but these errors were encountered: