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 = "";