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.
1 parent 6a8ea4c commit 6e09a21Copy full SHA for 6e09a21
Sources/sourcekit-lsp/SourceKitLSP.swift
@@ -237,6 +237,8 @@ struct SourceKitLSP: AsyncParsableCommand {
237
fatalError("failed to redirect stdout -> stderr: \(strerror(errno)!)")
238
}
239
240
+ logger.log("sourcekit-lsp launched from \(ProcessInfo.processInfo.arguments.first ?? "<nil>")")
241
+
242
let globalConfigurationOptions = globalConfigurationOptions
243
if let logLevelStr = globalConfigurationOptions.loggingOrDefault.level,
244
let logLevel = NonDarwinLogLevel(logLevelStr)
0 commit comments