Clean up opencode logs
This commit is contained in:
+1
-1
@@ -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}`);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user