From d7151ed533ff6d0cc7ed778e5a3ea2284ae246d3 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 17 Dec 2025 11:23:07 -0800 Subject: [PATCH] Clean up opencode logs --- agents/opencode.ts | 2 +- entry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/opencode.ts b/agents/opencode.ts index 8c053ff..648ead5 100644 --- a/agents/opencode.ts +++ b/agents/opencode.ts @@ -237,7 +237,7 @@ function configureOpenCode({ mcpServers, sandbox }: ConfigureOpenCodeParams): vo } log.info(`OpenCode config written to ${configPath} (sandbox: ${sandbox})`); - log.info(`OpenCode config contents:\n${configJson}`); + log.debug(`OpenCode config contents:\n${configJson}`); } //////////////////////////////////////////// diff --git a/entry b/entry index 5f0bc04..7e1ebea 100755 --- a/entry +++ b/entry @@ -91420,7 +91420,7 @@ function configureOpenCode({ mcpServers, sandbox }) { throw error42; } log.info(`OpenCode config written to ${configPath} (sandbox: ${sandbox})`); - log.info(`OpenCode config contents: + log.debug(`OpenCode config contents: ${configJson}`); } var finalOutput = "";