We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde4785 commit 4ee3f08Copy full SHA for 4ee3f08
1 file changed
veadk/cli/cli_web.py
@@ -178,4 +178,6 @@ def init_for_veadk(
178
agents_dir = os.getcwd()
179
logger.info(f"Load agents from {agents_dir}")
180
181
- cli_tools_click.cli_web.main(args=[agents_dir, "--host", host])
+ cli_tools_click.cli_web.main(
182
+ args=[agents_dir, "--host", host, "--log_level", "ERROR"]
183
+ )
0 commit comments