scala - Changing default log config in a scalatra app -


i trying configure own configuration file sl4j logging in scalatra web app. achieve pass -dlogback.configurationfile=my-logback.groovy sbt session run container. have tested , approach working setting system variables normally. somewhere system variable getting changed ../myproject/src/main/resources/logback.xml. have no idea why getting changed?

thanks des


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -