@@ -81,7 +81,9 @@ public class AtmobOkHttpClient {
public static HttpLoggingInterceptor newLoggingInterceptor(String TAG, boolean loggable) {
return new HttpLoggingInterceptor.Builder()
.loggable(loggable)
- .tag(TAG)
+// .tag(TAG)
+ .request(TAG)
+ .response(TAG)
.setLevel(Level.BODY)
.build();
}