Re: [akka-user] unhandled messages in akka 2.0.5

2014-01-22 Thread Samuel Halliday
Oh, ok, thanks. I guess even that part was added in 2.1. I’m also having trouble logging dead letters. e.g. a tell is sent from non-actor code and then a response is sent. I guess I also need to listen to the event stream for this. Makes one appreciate how much work goes into the point releases

Re: [akka-user] unhandled messages in akka 2.0.5

2014-01-22 Thread Akka Team
Hi Sam, Can't you just subscribe to the event stream and log the event? -Endre On Tue, Jan 21, 2014 at 7:14 PM, Sam Halliday wrote: > Hi all, > > I'm constrained to Scala 2.9.2 and Akka 2.0.5 on my project and I am > confused how unhandled messages are intended to be logged. > > It seems that

[akka-user] unhandled messages in akka 2.0.5

2014-01-21 Thread Sam Halliday
Hi all, I'm constrained to Scala 2.9.2 and Akka 2.0.5 on my project and I am confused how unhandled messages are intended to be logged. It seems that in order to get any form of logging, the receive method must use the LoggingReceive wrapper. This then shows handled and unhandled messages in t