[akka-user] Re: Slf4jLoggingFilter/logback level filtering issue

2017-01-12 Thread vacuumstate
I'll admit that it is in fact working as expected - apologies. To recap the pieces relating to the fact I'm using assembly jars with external configuration files: - exclude the config files from the assembly jars using sbt-assembly

[akka-user] Re: Slf4jLoggingFilter/logback level filtering issue

2017-01-12 Thread vacuumstate
So I investigated running the app with -Dakka.log-config-on-start=on. I couldn't get any associated config output until I reverted log.conf to use the default logger: akka { log-config-on-start=on log-dead-letters = 0 log-dead-letters-during-shutdown = off warn-about-java-serializer-usa

[akka-user] Slf4jLoggingFilter/logback level filtering issue

2017-01-12 Thread vacuumstate
Hi, I'm having trouble trying to get logging working as per standard akka documentation. The application consists of several scala/sbt assembly jars deployed to a 'bin' folder along with their *.conf HOCON and logback.xml files (which are excluded from the assembly packaging). The issue is w