mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 13:57:02 +05:30
fix(core): reduce HTTP logging level
This commit is contained in:
parent
157fe2c221
commit
15abd31b03
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ interface OkHttpModule {
|
||||||
@Provides
|
@Provides
|
||||||
@IntoSet
|
@IntoSet
|
||||||
fun provideHttpLoggingInterceptor(logger: HttpLoggingInterceptor.Logger): Interceptor {
|
fun provideHttpLoggingInterceptor(logger: HttpLoggingInterceptor.Logger): Interceptor {
|
||||||
return HttpLoggingInterceptor(logger).setLevel(HttpLoggingInterceptor.Level.HEADERS)
|
return HttpLoggingInterceptor(logger).setLevel(HttpLoggingInterceptor.Level.BASIC)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue