Clean up opencode logs

This commit is contained in:
Colin McDonnell
2025-12-17 11:23:07 -08:00
parent 53f6f18352
commit d7151ed533
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ function configureOpenCode({ mcpServers, sandbox }: ConfigureOpenCodeParams): vo
} }
log.info(`OpenCode config written to ${configPath} (sandbox: ${sandbox})`); log.info(`OpenCode config written to ${configPath} (sandbox: ${sandbox})`);
log.info(`OpenCode config contents:\n${configJson}`); log.debug(`OpenCode config contents:\n${configJson}`);
} }
//////////////////////////////////////////// ////////////////////////////////////////////
+1 -1
View File
@@ -91420,7 +91420,7 @@ function configureOpenCode({ mcpServers, sandbox }) {
throw error42; throw error42;
} }
log.info(`OpenCode config written to ${configPath} (sandbox: ${sandbox})`); log.info(`OpenCode config written to ${configPath} (sandbox: ${sandbox})`);
log.info(`OpenCode config contents: log.debug(`OpenCode config contents:
${configJson}`); ${configJson}`);
} }
var finalOutput = ""; var finalOutput = "";