Hi everybody,
I’m using Gatling for Neo4j queries performance testing; I enabled all HTTP logging in logback.xml, however I couldn’t see any response body, see:
`
Hi everybody,
I’m using Gatling for Neo4j queries performance testing; I enabled all HTTP logging in logback.xml, however I couldn’t see any response body, see:
`
Thanks; I was under impression that enabling:
disables the chunk discarding:
Oh, right, that’s indeed a mistake.
It should be
I see makes sense, thanks once again!
Thanks for reporting!