Hi, From what I recall in KTOR documentation, KTOR...
# ktor
m
Hi, From what I recall in KTOR documentation, KTOR uses logback API for logging. Is there any reason for using logback? Any performance analysis between logback vs log4j2?
a
Ktor uses SLF4J which has different implementations including the Logback.
👍🏾 1
m
thank you