hi guys. has anyone tried to use log4j threadconte...
# ktor
a
hi guys. has anyone tried to use log4j threadcontext with ktor?
c
This is not going to work. Use CallLogging MDC support https://ktor.io/servers/features/call-logging.html
a
ok thank you. tried both and both worked. but decided to use MDC instead. i guess my main issue was the incompatible slf4j and log4j versions.