Update documentation for setting up logging in ADK#1704
Merged
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
RKest
approved these changes
Apr 29, 2026
Contributor
Author
|
@koverholt Could you please take a look? |
- Fix os.environ assignment crash: bool True to string "true" - Fix two errors: "traces"/"metrics" changed to "logs" - Fix heading hierarchy: Python and Go setup as sibling h3 sections - Add intro text under Python and Go programmatic setup headings - Restore Go launcher CLI example that was removed in restructure - Remove TypeScript and Java from language tags - Remove redundant sentences in intro and Python setup sections
- Convert blockquote notes to MkDocs admonitions - Remove horizontal rules between sections - Trim debugging example: trim redundant steps and log output - Clean up section headings
koverholt
approved these changes
Apr 30, 2026
Collaborator
koverholt
left a comment
There was a problem hiding this comment.
Thanks for the updates. I made some additional fixes, copy-paste errors, heading hierarchy cleanup, and general formatting improvements (admonitions, trimmed debugging example, removed unused language tags). LGTM. Merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restructured the
docs/observability/logging.mdfile to align with the structure used inmetrics.mdandtraces.mdand added detailed subsections for Adk Web/Python and Go configuration.