I think you should place your logback.xml into src/main/resources.
You have at the top of the maven project and it will never get included in the jar that maven generates.
Give that a try.
I think you should place your logback.xml into src/main/resources.
You have at the top of the maven project and it will never get included in the jar that maven generates.
Give that a try.
Thanks
Dmitry