Joris PZ
10/30/2018, 3:50 PMjvmMain
modules uses logback for logging, which works fine. However, IDEA is not copying src/jvmMain/resources/logback.xml
to the build folder, and so my config is not picked up at runtime.
When I manually copy logback.xml
to build/classes/kotlin/jvm/main
before running my main method, the config is picked up by logback.
Anyone have any idea where I should look for a solution? I haven't used Gradle before, so I have no idea if I need to configure something on that side? src/jvmMain/resources/
is part of the classpath, so it seems more like an IDEA issue?hiperbou
11/19/2018, 5:41 PMJoris PZ
11/20/2018, 7:52 AM