mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
feat: Set log level when deploying to Agent Engine
Co-authored-by: Yeesian Ng <ysian@google.com> PiperOrigin-RevId: 848243087
This commit is contained in:
committed by
Copybara-Service
parent
871571d997
commit
1f546df35a
@@ -1685,6 +1685,7 @@ def cli_deploy_agent_engine(
|
||||
--staging_bucket=[staging_bucket] --display_name=[app_name]
|
||||
my_agent
|
||||
"""
|
||||
logging.getLogger("vertexai_genai.agentengines").setLevel(logging.INFO)
|
||||
try:
|
||||
cli_deploy.to_agent_engine(
|
||||
agent_folder=agent,
|
||||
|
||||
Reference in New Issue
Block a user