Hi Sam, You can do that as described here http://doc.akka.io/docs/akka/2.3.11/scala/logging.html#Logging_of_Dead_Letters and in the link to the Event Stream from there.
However, we would like to silence logging of messages that are "expected" to go to deadLetters by adding the marker `DeadLetterSuppression` to such messages. It would be great if you (and other users) can open pull requests (and issues) when you find such messages. Thanks, Patrik On Fri, May 22, 2015 at 6:37 PM, Sam Halliday <[email protected]> wrote: > Hi all, > > Some messages that arrive in dead letters are of no concern at all, such > as `Tcp.Close` (which happens a lot when using Akka IO). > > Is there any way to filter out the logging of these particular dead letter > messages so that they don't clutter up the log? > > Best regards, > Sam > > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
