We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f1568c + 6e09a21 commit f3153baCopy full SHA for f3153ba
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