I can\'t find relevant methods in the Retrofit API for logging complete request/response bodies. I
was expecting some help in the Profiler (but it only offers meta-data abou
I used setLogLevel(LogLevel.FULL).setLog(new AndroidLog("YOUR_LOG_TAG")), it helped me. UPDATE. You can also try for debug purpose use retrofit.client.Response as response model