Only log server greeting to log file, not again to the console

This commit is contained in:
Alex Dima
2022-01-26 14:04:44 +01:00
parent de1cbd1d2b
commit 9cf6d28996

View File

@@ -99,7 +99,7 @@ export async function setupServerServices(connectionToken: ServerConnectionToken
logService.trace('process arguments:', environmentService.args);
const serverGreeting = productService.serverGreeting.join('\n');
if (serverGreeting) {
logService.info(`\n\n${serverGreeting}\n\n`);
spdLogService.info(`\n\n${serverGreeting}\n\n`);
}
// ExtensionHost Debug broadcast service