have a lighter log level

This commit is contained in:
Aria Moradi
2021-08-23 04:17:40 +04:30
parent 5ca42bf9b6
commit c215696f04
@@ -44,7 +44,7 @@ class NetworkHelper(context: Context) {
if (serverConfig.debugLogsEnabled) {
val httpLoggingInterceptor = HttpLoggingInterceptor().apply {
level = HttpLoggingInterceptor.Level.HEADERS
level = HttpLoggingInterceptor.Level.BASIC
}
builder.addInterceptor(httpLoggingInterceptor)
}