You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
146362: sql/distsql: preserve JobID in redacted logs r=spilchen a=spilchen
Previously, the JobID log tag could be redacted, making it difficult to trace TTL job execution when viewing redacted logs. This change ensures the JobID is logged as a redact.SafeString, allowing it to appear in redacted outputs for easier debugging.
Additionally, the flowCtx.ID is now also saved as a safe string too.
Epic: none
Release note: none
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments