File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ extension SourceKitLSPServer: MessageHandler {
541
541
542
542
let notificationID = notificationIDForLogging. fetchAndIncrement ( )
543
543
544
- let signposter = Logger ( subsystem: LoggingScope . subsystem, category: " notification- \( notificationID ) " )
544
+ let signposter = Logger ( subsystem: LoggingScope . subsystem, category: " message-handling " )
545
545
. makeSignposter ( )
546
546
let signpostID = signposter. makeSignpostID ( )
547
547
let state = signposter. beginInterval ( " Notification " , id: signpostID, " \( type ( of: params) ) " )
@@ -591,7 +591,7 @@ extension SourceKitLSPServer: MessageHandler {
591
591
id: RequestID ,
592
592
reply: @Sendable @escaping ( LSPResult < R . Response > ) -> Void
593
593
) {
594
- let signposter = Logger ( subsystem: LoggingScope . subsystem, category: " request- \( id ) " ) . makeSignposter ( )
594
+ let signposter = Logger ( subsystem: LoggingScope . subsystem, category: " message-handling " ) . makeSignposter ( )
595
595
let signpostID = signposter. makeSignpostID ( )
596
596
let state = signposter. beginInterval ( " Request " , id: signpostID, " \( R . self) " )
597
597
You can’t perform that action at this time.
0 commit comments