Anyone know why unhandled IOExceptions are logged ...
# ktor
a
Anyone know why unhandled IOExceptions are logged as INFO only? We kind of would like it to be ERROR, at least when it originates from underlying communication. Is there an assumption that anything "below" KTor should do remapping of IOExceptions? We can fix this with StatusPages, but curious as to why it is done this way. 🙂 https://github.com/ktorio/ktor/blob/0ecf828986b22fe887586726df8417cc51ea4e58/ktor-[…]t-common/jvm/src/io/ktor/server/engine/DefaultEnginePipeline.kt