<@UAE44MF50> yes - this is a known thing, although...
# http4k
d
@louis yes - this is a known thing, although FYI there is a flag to avoid eating the stream on the DebuggingFilter:
Copy code
object PrintRequestAndResponse {
        operator fun invoke(out: PrintStream = System.out, debugStream: Boolean = defaultDebugStream) = PrintRequest(out, debugStream).then(PrintResponse(out, debugStream))
    }