[akka-user] Setting akka log level from log4j

2015-08-24 Thread 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 high overhead, regardless of logging frequency and it also means that

[akka-user] Setting akka log level from log4j

2015-08-24 Thread Dennis Jönsson
Hello, We are using the SLF4J logger to log akka events. However I have been unable to set log level from our log4j.xml config file, it only works if I set it in our akka config file. As we have all other related log levels in our system set from that file we would like to avoid separating the