Skip to content

fix: Correct option typo --log-level -> --log_level #581

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

Merged
merged 2 commits into from
Aug 13, 2025

Conversation

ftnext
Copy link
Contributor

@ftnext ftnext commented Aug 9, 2025

Thank you for organizing the observability documentation.
I found a typo in the logging options,
https://google.github.io/adk-docs/observability/logging/#configuring-logging-with-the-adk-cli
so I'll send a pull request.

% uvx --from google-adk adk web --log-level DEBUG

Error: No such option: --log-level Did you mean --log_level?
$ git grep log-level
docs/observability/logging.md:When running agents using the ADK's built-in web or API servers, you can easily control the log verbosity directly from the command line. The `adk web`, `adk api_server`, and `adk deploy cloud_run` commands all accept a `--log-level` option.
docs/observability/logging.md:adk web --log-level DEBUG path/to/your/agents_dir
docs/observability/logging.md:The available log levels for the `--log-level` option are:

related: #534

Copy link
Member

@rsamborski rsamborski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I just stumbled on the same bug ;-)

@joefernandez joefernandez merged commit 06f9cb3 into google:main Aug 13, 2025
4 checks passed
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.

3 participants