Skip to content

Commit 6596d4f

Browse files
committed
Include signpost events in OS Logs gathered using sourcekit-lsp diagnose
1 parent bce4cf6 commit 6596d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Diagnose/DiagnoseCommand.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public struct DiagnoseCommand: AsyncParsableCommand {
226226
"--predicate", #"subsystem = "org.swift.sourcekit-lsp" AND process = "sourcekit-lsp""#,
227227
"--info",
228228
"--debug",
229+
"--signpost",
229230
],
230231
outputRedirection: .stream(
231232
stdout: { bytes in

0 commit comments

Comments
 (0)