Skip to content

Commit 4ee3f08

Browse files
fix(web): set Google web logging level to error (#164)
1 parent bde4785 commit 4ee3f08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

veadk/cli/cli_web.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,6 @@ def init_for_veadk(
178178
agents_dir = os.getcwd()
179179
logger.info(f"Load agents from {agents_dir}")
180180

181-
cli_tools_click.cli_web.main(args=[agents_dir, "--host", host])
181+
cli_tools_click.cli_web.main(
182+
args=[agents_dir, "--host", host, "--log_level", "ERROR"]
183+
)

0 commit comments

Comments
 (0)