Hello! I’ve added ktor to spring boot project whic...
# server
y
Hello! I’ve added ktor to spring boot project which was using logback (with spring-logback.xml) and now I don’t see any spring logs. Thus, the custom logs produced by my code are outputted. Does anybody have this problem before and may help?
Figured out that this was due to the app configuring spring boot with spring specific
logback-spring.xml
config file and adding ktor somehow broken this, and the app was trying to load config from
logback.xml
🙈