-
Notifications
You must be signed in to change notification settings - Fork 213
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
Docs: add database queries log documentation #5301
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @dilipbheda! I have a suggestion that will hopefully make the documentation clearer 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good, thanks for the contribution @dilipbheda! The content is accurate as well.
Could you move the content to a separate file named logging.md
and add it to the index.md
file? That's because the content you have added is about logging in general, and not related to the debugger. This file is very specifically about debugging the API line-by-line using VS Code's built-in debugger (hence the note at the top).
Fixes #5299
Description
I've updated the
debugging.md
file to include theenv
variables for enabling database queries.Checklist
Update index.md
).main
) or a parent feature branch.ov just catalog/generate-docs
for catalogPRs) or the media properties generator (
ov just catalog/generate-docs media-props
for the catalog or
ov just api/generate-docs
for the API) where applicable.