From 760be317bc587305e0381301a38749778cb006c8 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Wed, 15 Jan 2025 09:55:48 -0800 Subject: [PATCH] Avoid logging options for a workspace twice We are already logging the options below. --- Sources/SourceKitLSP/SourceKitLSPServer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SourceKitLSP/SourceKitLSPServer.swift b/Sources/SourceKitLSP/SourceKitLSPServer.swift index 220178d6..3bf25270 100644 --- a/Sources/SourceKitLSP/SourceKitLSPServer.swift +++ b/Sources/SourceKitLSP/SourceKitLSPServer.swift @@ -835,7 +835,7 @@ extension SourceKitLSPServer { .appendingPathComponent("config.json") ) ) - logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)") + logger.log("Creating workspace at \(workspaceFolder.forLogging)") logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy) let workspace = await Workspace(