This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Reenable opentracing in _handle_new_device_update_async
#12559
Open
Description
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.