Bruno Ballekens

Results 4 comments of Bruno Ballekens

oops, made a typo of course i'm not using akka 2.4, but akka 2.6.14 (since that comes with play) I was able to fix it by the following in my...

Hi, we had some errors when running inside a docker container because the first initialization picked up some logback.xml that was not meant to be used in the docker container...

@wsargent like @francisdb says, you need to enable logback debug logging (by setting the `debug=true` on the root `configuration` node of the logback.xml (or passing `-Dlogback.debug=true` when starting the jvm)....

> Okay, yes. This is from #8809 and is intended behavior (per the PR) to wipe out any prior JUL configuration. I'm not sure I follow why this should be...