remove debug logging

This commit is contained in:
Konrad Pozniak 2019-12-30 21:05:03 +01:00
parent b66faab71c
commit f0112743eb
1 changed files with 1 additions and 1 deletions

View File

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