My log statements somehow do not appear in the Run...
# ktor
m
My log statements somehow do not appear in the Run dialog of Intelij. Can anyone help me know if I'm doing something wrong?
r
Have you set up a logging implementation? Sl4j (which is what Ktor depends on) is just a facade, it doesn't actually do any logging. See https://dzone.com/articles/how-configure-slf4j-different
😍 1
m
I just didn't have the SL4J dependency. Thank you so much for the insightful article! 🙂