case InitializeLogger(_) ⇒log.info("Slf4jEventHandler started")sender ! LoggerInitialized
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
akka {loglevel = DEBUGevent-handlers = ["akka.event.slf4j.Slf4jEventHandler"]default-dispatcher {fork-join-executor {parallelism-min = 8}}... other stuff ...}
Right you are!Working against the reference at http://doc.akka.io/docs/akka/2.0.1/general/configuration.html, I'm now going with this, to see if it does the trick?
akka {loglevel = DEBUGevent-handlers = ["akka.event.slf4j.Slf4jEventHandler"]default-dispatcher {fork-join-executor {parallelism-min = 8}}... other stuff ...}On the offchance that it doesn't work, do you have any other ideas or areas of debugging that it would be worth my while enabling?
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
If so, can we pretty please have a milestone soon?
Point release? :p
For now, I can just copy the offending file into my local codebase and tweak it. Normally I'd be fine with this, but do you know if it would have any impact running against the console instrumented jars?
Point release? :p
For now, I can just copy the offending file into my local codebase and tweak it. Normally I'd be fine with this, but do you know if it would have any impact running against the console instrumented jars?