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

Log query endpoint queries #4385

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Log query endpoint queries #4385

merged 1 commit into from
Feb 17, 2023

Conversation

mattnibs
Copy link
Collaborator

@mattnibs mattnibs commented Feb 16, 2023

Log query endpoint queries at debug level.

Log query endpoint queries when the logger level is set to debug.
@mattnibs mattnibs requested a review from a team February 16, 2023 18:37
@philrz
Copy link
Contributor

philrz commented Feb 16, 2023

Looking good on the branch! 👍

$ zed query 'count()'
{count:31(uint64)}
$ zed serve -lake lake -log.level debug
...
{"level":"debug","ts":1676572886.532803,"logger":"core","msg":"Running Query","request_id":"2LpfLBi4BAeuzbdCKANtzrRA54H","query":"count()"}

@mattnibs mattnibs merged commit bbc9c4d into main Feb 17, 2023
@mattnibs mattnibs deleted the log-query branch February 17, 2023 02:01
@philrz philrz linked an issue Feb 17, 2023 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

"Query log" for a pool
3 participants