Perhaps it is a good idea to log out the used logback version ;-)
There was logback 1.0.6 and slf4j 1.6.5 in WEB-INF/lib
but some time ago i modified the tomcat installation to use slf4j+logback
for all logging output.
So there was another logback 1.0.0 and slf4j 1.6.4 sitting in the tomcat bin dir loaded by the System Classloader :-\
There was logback 1.0.6 and slf4j 1.6.5 in WEB-INF/lib
but some time ago i modified the tomcat installation to use slf4j+logback
for all logging output.
So there was another logback 1.0.0 and slf4j 1.6.4 sitting in the tomcat bin dir loaded by the System Classloader :-\
So now it works, thx!