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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -