mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-23 13:40:30 +01:00
Increase API log level to full.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
fff47280a3
commit
23fd3b03fb
@ -98,7 +98,7 @@ class SubsonicAPIClient(baseUrl: String,
|
||||
|
||||
private fun OkHttpClient.Builder.addLogging() {
|
||||
val loggingInterceptor = HttpLoggingInterceptor()
|
||||
loggingInterceptor.level = HttpLoggingInterceptor.Level.BASIC
|
||||
loggingInterceptor.level = HttpLoggingInterceptor.Level.BODY
|
||||
this.addInterceptor(loggingInterceptor)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user