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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
In #12552 we encountered pain because of a log_kv call that was not correctly associated with an opentracing span.
#12554 avoided the pain by commenting out the call to log_kv.
It's still useful to have this data available for debugging. We should fix this so that we are able to log_kv once more. #12552 (comment) describes two possible ways to do so. The error mentioned in its last paragraph has been fixed by #12555.