-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
🔴 Required Information
Please ensure all items in this section are completed to allow for efficient
triaging. Requests without complete information may be rejected / deprioritized.
If an item is not applicable to you - please mark it as N/A
Describe the Bug:
A clear and concise description of what the bug is.
Invoking CLI with one of the documented debug level causes an error
Steps to Reproduce:
Please provide a numbered list of steps to reproduce the behavior:
-
Install 'uv pip install -U google-adk'
-
Run any of
'adk deploy cloud_run --a2a ./my_agent --verbosity DEBUG'
'adk deploy cloud_run --a2a ./my_agent --log_level DEBUG'
'adk deploy cloud_run --a2a ./my_agent --log-level DEBUG' -
Provide error or stacktrace
Error: Unexpected arguments: --verbosity DEBUG.
Expected Behavior:
A clear and concise description of what you expected to happen.
as documented:
adk deploy cloud_run --help 2>&1 | grep -i debug
--log_level [debug|info|warning|error|critical]
--verbosity [debug|info|warning|error|critical]
Observed Behavior:
What actually happened? Include error messages or crash stack traces here.
Error: Unexpected arguments: --log-level debug.
Environment Details:
- ADK Library Version (pip show google-adk):
- Desktop OS:** [e.g., macOS, Linux, Windows]
- Python Version (python -V):
$ adk --version
adk, version 1.25.1
# macOS
$ uname -a
Darwin NCELRND0532 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:22 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T6030 arm64
python --version (main↑1|✚1-1…5)
Python 3.12.11
Model Information:
- Are you using LiteLLM: Yes/No
- Which model is being used: (e.g., gemini-2.5-pro)
🟡 Optional Information
Providing this information greatly speeds up the resolution process.
Regression:
Did this work in a previous version of ADK? If so, which one?
Logs:
Please attach relevant logs. Wrap them in code blocks (```) or attach a
text file.
// Paste logs here
Screenshots / Video:
If applicable, add screenshots or screen recordings to help explain
your problem.
Additional Context:
Add any other context about the problem here.
Minimal Reproduction Code:
Please provide a code snippet or a link to a Gist/repo that isolates the issue.
// Code snippet hereHow often has this issue occurred?:
- Always (100%)