Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Last active February 4, 2018 17:36
Show Gist options
  • Save mohsenoid/fc50c95e6901db61824a79b0008d4285 to your computer and use it in GitHub Desktop.
Save mohsenoid/fc50c95e6901db61824a79b0008d4285 to your computer and use it in GitHub Desktop.
@Singleton
@Provides
public HttpLoggingInterceptor provideHttpLoggingInterceptor() {
HttpLoggingInterceptor logging = new HttpLoggingInterceptor();
logging.setLevel(HttpLoggingInterceptor.Level.BODY);
return logging;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment