[akka-user] akka-http - how to log automatic Bad Request respoonses

2015-11-25 Thread Jan Algermissen
Hi, akka-http sends 400 Bad Request responses automatically for syntactically broken requests. How can log these requests in order to analyse the repsective causes? Jan -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/ak

Re: [akka-user] akka-http - how to log automatic Bad Request respoonses

2015-11-26 Thread Konrad Malawski
Hi Jan, sure!  Here's how:  http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0-M1/scala/http/routing-dsl/directives/debugging-directives/logRequest.html#logrequest I recommend implementing the "show", so it shows nicely (and not a raw bytestring as response body) while you're debugging

Re: [akka-user] akka-http - how to log automatic Bad Request respoonses

2015-12-01 Thread Jan Algermissen
Thank you. However ... are you sure this also captures the 400 responses generated by akka-http before my own routing directives are hit? Did not seem that way. I placed the logRequest directive around the outmost one of my routes - correct? Or is there an even better place? Jan On Thursday,