Redactions remain after extended logging turned on

I’m having an issue with sourcekitd crashing, so I followed the instructions to turn on extended logging. When I ran xcrun sourcekit-lsp diagnose, It took significantly longer to generate the diagnostics, and when I looked at the logs, there’s quite a bit more there, so I’m sure extended logging was enabled.

I enabled extended logging because there were entries in my diagnostic logs previously that were redacted with <private>, and I expected extended logging to give me unredacted log entries. However, despite the logs being much more complete, the entries I was looking for were still redacted. Namely:

2025-11-24 16:41:50.744251-0800 0x1cfa3b6  Default     0x0                  51577  0    sourcekit-lsp: [org.swift.sourcekit-lsp:default] sourcekit-lsp launched from <private>
2025-11-24 16:41:50.753587-0800 0x1cfa3b6  Fault       0x2bec071            51577  14   sourcekit-lsp: [org.swift.sourcekit-lsp:default] Found two toolchains with the same path: <private>

Is it possible to get these unredacted? Or should I open a bug ticket for this? I’m currently using sourcekit-lsp from Xcode 26.1.1.

Enabling extended logging will unredact log entries made from that point onwards, it can’t recover redacted entries that were created before. Could it be that the <private> entires you are still seeing were all generated before enabling extended logging?