Skip to content

Commit 1f546df

Browse files
yeesiancopybara-github
authored andcommitted
feat: Set log level when deploying to Agent Engine
Co-authored-by: Yeesian Ng <[email protected]> PiperOrigin-RevId: 848243087
1 parent 871571d commit 1f546df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,7 @@ def cli_deploy_agent_engine(
16851685
--staging_bucket=[staging_bucket] --display_name=[app_name]
16861686
my_agent
16871687
"""
1688+
logging.getLogger("vertexai_genai.agentengines").setLevel(logging.INFO)
16881689
try:
16891690
cli_deploy.to_agent_engine(
16901691
agent_folder=agent,

0 commit comments

Comments
 (0)