You can configure dead letter logging <http://doc.akka.io/docs/akka/2.3.11/scala/logging.html#Logging_of_Dead_Letters> and install your own event stream listener if needed, but it is great that you report this, because in 2.4 I would like to silence some messages. I will take care of <https://github.com/akka/akka/issues/17699> the messages in sharding.
Thanks, Patrik On Thu, Jun 11, 2015 at 2:32 AM, Jao Henry <[email protected]> wrote: > [INFO] [06/11/2015 08:21:30.888] > [ClusterSystem-akka.actor.default-dispatcher-16] > [akka://ClusterSystem/user/sharding/SearchTemplateCoordinator/singleton/coordinator] > Message [akka.contrib.pattern.*ShardCoordinator$Internal$Register*] from > Actor[akka://ClusterSystem/user/sharding/SearchTemplate#-1080895332] to > Actor[akka://ClusterSystem/user/sharding/SearchTemplateCoordinator/singleton/coordinator] > was not delivered. [1] dead letters encountered. This logging can be turned > off or adjusted with configuration settings 'akka.log-dead-letters' and > 'akka.log-dead-letters-during-shutdown'. > > Why the log always shows, but it's not harmful. > > Could someone help me ? thanks :) > > -- > >>>>>>>>>> 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.
