Hi all,

I'm trying to debug a remoting issue and I need to look at the logs of the 
messages that are sent.

However, the logs are completely filled up with the send/receive of 
deathwatch messages.

Without turning off deathwatch, is there any way to exclude it from the 
logs?

Latest akka stable, logging config looks like

akka {
  remote {
    log-sent-messages = on
    log-received-messages = on
    log-frame-size-exceeding = 1000b

    log-remote-lifecycle-events = off

    watch-failure-detector {
      # Our timeouts can be so high, the PHI model basically doesn't
      # know what to do, so just use a single timeout. 
      # http://doc.akka.io/docs/akka/snapshot/scala/remoting.html
      acceptable-heartbeat-pause = 60 s
    }
  }

  actor {
    debug {
      receive = on
      #autoreceive = on
      #lifecycle = on
      #fsm = on
      #event-stream = on
      unhandled = on
    }
}

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      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/d/optout.

Reply via email to