ihsanbal / LoggingInterceptor

An OkHttp interceptor which has pretty logger for request and response. +Mock support
MIT License
1.33k stars 112 forks source link

No logging when sending @POST with @FormUrlEncoded #58

Closed amitsahni closed 7 months ago

amitsahni commented 5 years ago

Whenever try to send request using @POST @FormUrlEncoded Never show logs

Method: @POST
2019-06-22 13:30:29.037 16991-17904/com.amyal.dev.debug I/Request: │ 
2019-06-22 13:30:29.038 16991-17904/com.amyal.dev.debug I/Request: │ Headers:
2019-06-22 13:30:29.038 16991-17904/com.amyal.dev.debug I/Request: │ ─ User-Agent: com.amyal.dev.debug / 29-dev(29); (samsung; SM-G920I; SDK 24; Android 7.0)
2019-06-22 13:30:29.038 16991-17904/com.amyal.dev.debug I/Request: │ 
2019-06-22 13:30:29.038 16991-17904/com.amyal.dev.debug I/Request: │ Omitted request body
mayangyang-github commented 5 years ago

+1

onlyYU commented 4 years ago

+

Alembertcn commented 3 years ago

+1

hanqingkai commented 2 years ago

+1 项目还在维护么?