Hey guys! I'm trying to set up Logback in a scala ...
# general
s
Hey guys! I'm trying to set up Logback in a scala project, and need to add my logback.xml to my classpath. I've created a Pants resource block and put the BUILD file and the logback.xml in a
src/resources
sub-directory, and declared it as a dependency in my application, but it doesn't seem to be getting picked up by my application.