[akka-user] Re: akka2.3: cannot change log pattern inside actor

2016-05-23 Thread xsy233
This post was sent incautiously ... anyway the problem is actor.event.logging never pick up the logback.xml I have initialized the ActorSystem via val system = ActorSystem("root", ConfigFactory.load) 在 2016年5月24日星期二 UTC+8上午1:54:25,xsy...@gmail.com写道: > > I am using akka 2.3.15 with maven, akka-sl

[akka-user] akka2.3: cannot change log pattern inside actor

2016-05-23 Thread xsy233
I am using akka 2.3.15 with maven, akka-slf4j and logback The logs inside actor receive method is working, but the logging pattern never changes no matter how I change the logback.xml Log inside actor: [INFO] [05/24/2016 01:39:48.803] [Main-akka.actor.default-dispatcher-3] [akka://Main/user/Mai