Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 25, 2024
1 parent ff0976c commit 893eb2e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,11 @@ public void log(Request request, Response response) {
} catch (Exception e) {
log.error("Error logging access log message", e);
}


//log.info(logMessageString);

}
};

this.server.setRequestLog(customRequestLog);
this.server.setRequestLog(requestLog);
}

handlers.setHandlers(new Handler[] { proxyConnectHandler });
Expand Down

0 comments on commit 893eb2e

Please sign in to comment.