Any creative thoughts around coroutines w/ logging...
# coroutines
k
Any creative thoughts around coroutines w/ logging MDC context? The need seems fairly common to log contextual parameters for each log statement without passing them around everywhere. It obviously doesn’t work OOTB, but I have been wondering if there is a lower level hook I might be unaware of to tie into when resuming any coroutine. https://logback.qos.ch/manual/mdc.html