Slf4jEventHandler should not format log message. See #1401

* Updated documentation with info about MDC.
* Updated documentation conf of logLevel.
* Updated documentation Logback 1.0.0.
This commit is contained in:
Patrik Nordwall 2011-11-28 09:48:36 +01:00
parent 52c0888500
commit 19a78c0e58
5 changed files with 48 additions and 16 deletions

View file

@ -750,7 +750,7 @@ All these messages are logged at ``DEBUG`` level. To summarize, you can enable
full logging of actor activities using this configuration fragment::
akka {
event-handler-level = "DEBUG"
loglevel = "DEBUG"
actor {
debug {
receive = "true"