我正在尝试使用refrofit2、kotlin和logging-interceptor记录所有请求(使用网络拦截器):改造:“2.0.2”okhttp3:"3.2.0"com.squareup.okhttp3:logging-interceptor3.2.0喜欢:valinterceptor=HttpLoggingInterceptor()interceptor.setLevel(HttpLoggingInterceptor.Level.BODY);valokHttpClient=OkHttpClient.Builder().addNetworkInterceptor(intercep