mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 12:29:31 +00:00
better debug
This commit is contained in:
parent
ed0954f6d6
commit
44ab3ba134
@ -545,7 +545,7 @@ public class Server extends HandlerWrapper implements Attributes
|
|||||||
|
|
||||||
if (LOG.isDebugEnabled())
|
if (LOG.isDebugEnabled())
|
||||||
{
|
{
|
||||||
LOG.debug(request.getDispatcherType()+" "+target+" on "+connection);
|
LOG.debug(request.getDispatcherType()+" "+request.getMethod()+" "+target+" on "+connection);
|
||||||
handle(target, baseRequest, request, response);
|
handle(target, baseRequest, request, response);
|
||||||
LOG.debug("RESPONSE "+target+" "+connection.getResponse().getStatus());
|
LOG.debug("RESPONSE "+target+" "+connection.getResponse().getStatus());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user