logging.level.org.apache.http.wire=DEBUG
+From e6cbe404673fc9a8adcfd94a3458afb1b7d05abf Mon Sep 17 00:00:00 2001
From: buildmaster
The generated tests all boil down to RestAssured in some form or fashion which relies on Apache HttpClient. HttpClient has a facility called wire logging which logs the entire request and response to HttpClient. Spring Boot has a logging common application property for doing this sort of thing, just add this to your application properties
+logging.level.org.apache.http.wire=DEBUG
+Yes! With version 1.1.0 we’ve added such a possibility. On the HTTP stub server side we’re providing support