Skip to content

Commit d1b1ba0

Browse files
committed
Log only request and response lines
- not the whole body
1 parent 7d7c58c commit d1b1ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/sdk/CoderRestClientService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CoderRestClientService {
5353
.create()
5454

5555
val interceptor = HttpLoggingInterceptor()
56-
interceptor.setLevel(HttpLoggingInterceptor.Level.BODY)
56+
interceptor.setLevel(HttpLoggingInterceptor.Level.BASIC)
5757
retroRestClient = Retrofit.Builder()
5858
.baseUrl(url.toString())
5959
.client(

0 commit comments

Comments
 (0)