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
We should add a log boolean flag that will be either true or false to let the daemon know when it needs to log the request and when it doesn't.
log
As an initial approach, we should set it to true when the original request query is of type SELECT.
SELECT
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered:
As discussed today, we may use just total in meta to determine whether we should log or not.
total
meta
Sorry, something went wrong.
donhardman
No branches or pull requests
Proposal:
We should add a
log
boolean flag that will be either true or false to let the daemon know when it needs to log the request and when it doesn't.As an initial approach, we should set it to true when the original request query is of type
SELECT
.Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: