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
150558: util/log: fix data race in (*StructuredLogSpy).Intercept r=yuzefovich a=stevendanna
We were reading the formatter and filters without taking the lock. The
formatter doesn't appear to be set after initialization so I moved it
out of the lock struct. For the filters, I moved the locking up a few
lines.
Fixes#150490Fixes#150556
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments