Re: [akka-user][deprecated] Akka Streams Resuming Materializer does not log exceptions

2018-05-17 Thread dollyg
Hi Konrad, Thanks for your response. I have started a thread in discuss.lightbend as suggested by you. I've posted a follow-up question on that. Looking forward for your reply. Thanks, Dolly On

Re: [akka-user][deprecated] Akka Streams Resuming Materializer does not log exceptions

2018-05-16 Thread Konrad “ktoso” Malawski
Use the .log() operator. Same as exceptions thrown in a Future do not automatically get logged. There has been discussion about enabling this always, however you’d then be swamped with errors which are recovered and actually “fine and nothing to worry about”. If you want logging, put a log()