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
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. matrix-org/synapse#12552 (comment) describes two possible ways to do so. The error mentioned in its last paragraph has been fixed by matrix-org/synapse#12555.
The text was updated successfully, but these errors were encountered:
This issue has been migrated from #12559.
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. matrix-org/synapse#12552 (comment) describes two possible ways to do so. The error mentioned in its last paragraph has been fixed by matrix-org/synapse#12555.The text was updated successfully, but these errors were encountered: