I'm using your HttpLoggingInterceptor which do a pretty good job to log http requests into a file in my android app.
I'd like to add some urls that must not be logged (all logging calls for example).
Did I miss that kind of feature or it doesn't exists ?
I'm using your
HttpLoggingInterceptorwhich do a pretty good job to log http requests into a file in my android app.I'd like to add some urls that must not be logged (all logging calls for example).
Did I miss that kind of feature or it doesn't exists ?