mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-06 14:22:47 +02:00
chore(multi-agent): demote subagent registry listing log to debug
This commit is contained in:
parent
bba5fb1db8
commit
744ad92971
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ def build_main_agent_deepagent_middleware(
|
|||
exclude=get_subagents_to_exclude(available_connectors),
|
||||
disabled_tools=disabled_tools,
|
||||
)
|
||||
logging.info(
|
||||
logging.debug(
|
||||
"Subagents registry: %s",
|
||||
[s["name"] for s in subagents_registry],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue