Skip to content

Commit

Permalink
LoggingFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
frekele committed Jan 24, 2018
1 parent a79b40d commit 0b9eb1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void filter(ClientRequestContext requestContext) throws IOException {
public void filter(ClientRequestContext requestContext, ClientResponseContext responseContext) throws IOException {
System.out.println("------------------------------------------------------------------");
System.out.println("<-- Response Filter:");
System.out.println("--> Response - Status= " + responseContext.getStatus());
System.out.println("<-- Response - Status= " + responseContext.getStatus());
System.out.println("------------------------------------------------------------------");
}
}

0 comments on commit 0b9eb1a

Please sign in to comment.