[akka-user] Re: Setting akka log level from log4j

2015-08-25 Thread Dennis Jönsson
Den måndag 24 augusti 2015 kl. 18:58:26 UTC+2 skrev Adam: I've worked around this by starting an actor that polls a regular slf4j logger and then changes the akka log level at run time through the event bus. It works well enough, although it means selective log levels still incur a

[akka-user] Re: Setting akka log level from log4j

2015-08-25 Thread Adam
https://gist.github.com/adamhonen/8863088641df095cce96 Here, I hope that helps. On Tuesday, August 25, 2015 at 11:52:18 AM UTC+3, Dennis Jönsson wrote: Den måndag 24 augusti 2015 kl. 18:58:26 UTC+2 skrev Adam: I've worked around this by starting an actor that polls a regular slf4j logger