On Tue, May 26, 2015 at 11:31 AM, Sam Halliday <[email protected]> wrote:
> Thanks Patrick! > > DeadLetterSuppression is indeed what I need to add. Unfortunately, it's on > one of your messages. Can you please add it to Tcp.Close? > > > https://github.com/akka/akka/blob/master/akka-actor/src/main/scala/akka/io/Tcp.scala#L189 > > Or do you really want a PR for this one line change? > It would be awesome if the community would be able to help us spot these things. Preferably with a pull request or else please create an issue <https://github.com/akka/akka/issues/new>. > > > On Tuesday, 26 May 2015 10:12:47 UTC+1, Patrik Nordwall wrote: >> >> 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. > -- 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.
