Skip to content

Commit c8f8c1e

Browse files
ahoppenbnbarham
authored andcommitted
Avoid logging options for a workspace twice
We are already logging the options below. (cherry picked from commit 760be31)
1 parent 2e2ef46 commit c8f8c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/SourceKitLSPServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ extension SourceKitLSPServer {
839839
.appendingPathComponent("config.json")
840840
)
841841
)
842-
logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)")
842+
logger.log("Creating workspace at \(workspaceFolder.forLogging)")
843843
logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy)
844844

845845
let workspace = await Workspace(

0 commit comments

Comments
 (0)