NetworkModule: oops, disable showing headers in logcat

This commit is contained in:
Alibek Omarov 2020-04-12 21:05:54 +03:00
parent fed8b01764
commit 508a91070e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class NetworkModule {
.apply {
addInterceptor(InstanceSwitchAuthInterceptor(accountManager))
if (BuildConfig.DEBUG) {
addInterceptor(HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.HEADERS })
addInterceptor(HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.BASIC })
}
}
.build()