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?
Yevhen Bobrov
12/12/2024, 7:27 PM
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