Skip to content

Commit 315d230

Browse files
authored
Merge pull request #1486 from ahoppen/signposts-in-bundle
Include signpost events in OS Logs gathered using `sourcekit-lsp diagnose`
2 parents bce4cf6 + 6596d4f commit 315d230

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)