Hi. I have added a logback-test.xml to my project's test directory and ensured that my project's deps.edn file has :extra-paths ["test"] but it doesn't seem as if logback is picking up this in the classpath. I'm a bit flummoxed.
Ok the fix was to put the logback-test.xml file into the base component of the project, and not the project itself, which makes sense now I think about it.
We have log config files on the :dev classpath for local/test stuff -- in development/resources -- and in the per-`projects` classpaths for production.
Thanks Sean. Thatโs helpful advice.