Skip to content

Commit 0cdd977

Browse files
chore(logging): remove verbose subagent_start debug in executeSubagent
Reduce noisy backend logs while keeping the actual subagent_start event emission intact to avoid clutter in development and CI logs. Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 4457528 commit 0cdd977

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backend/src/tools/handlers/tool/spawn-agent-utils.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,6 @@ export async function executeSubagent(
340340
onlyChild: isOnlyChild,
341341
parentAgentId: parentAgentState.agentId,
342342
}
343-
withDefaults.logger.debug(
344-
{
345-
...startEvent,
346-
parentAgentId: parentAgentState.agentId,
347-
},
348-
'executeSubagent: Sending subagent_start event',
349-
)
350343
onResponseChunk(startEvent)
351344

352345
// Import loopAgentSteps dynamically to avoid circular dependency

0 commit comments

Comments
 (0)