Hi,

I'm using Slf4j (with logback) for both actor and non-actor logging.
But I noticed that when auxiliary logging options are used, like:

akka {
  actor {
    debug {
      # enable DEBUG logging of all AutoReceiveMessages (Kill, PoisonPill 
et.c.)
      autoreceive = on
    }
  }
}

these messages bypass slf4j and I guess akka.event.Logging$DefaultLogger  
is used.

How can make these covered by slf4j?

Thanks

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to