We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f01bb50 + 1eb459e commit 1dd429bCopy full SHA for 1dd429b
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -821,7 +821,7 @@ public actor SourceKitLSPServer {
821
return nil
822
}
823
824
- logger.info("Using toolchain \(toolchain.displayName) (\(toolchain.identifier)) for \(uri.forLogging)")
+ logger.log("Using toolchain \(toolchain.displayName) (\(toolchain.identifier)) for \(uri.forLogging)")
825
826
if let concurrentlySetService = workspace.documentService[uri] {
827
// Since we await the construction of `service`, another call to this
0 commit comments