Jelajahi Sumber

[fix]fix log

pala 2 tahun lalu
induk
melakukan
e7686f3ecf

+ 3 - 1
network/src/main/java/com/atmob/network/okhttp/AtmobOkHttpClient.java

@@ -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();
     }