Restored proper logging level.
This commit is contained in:
parent
f50fe43fb6
commit
44fe5daa69
|
@ -298,8 +298,8 @@ public abstract class HttpReceiver
|
||||||
if (decoder != null)
|
if (decoder != null)
|
||||||
{
|
{
|
||||||
buffer = decoder.decode(buffer);
|
buffer = decoder.decode(buffer);
|
||||||
// if (LOG.isDebugEnabled())
|
if (LOG.isDebugEnabled())
|
||||||
LOG.info("Response content decoded ({}) {}{}{}", decoder, response, System.getProperty("line.separator"), BufferUtil.toDetailString(buffer));
|
LOG.debug("Response content decoded ({}) {}{}{}", decoder, response, System.getProperty("line.separator"), BufferUtil.toDetailString(buffer));
|
||||||
}
|
}
|
||||||
|
|
||||||
ResponseNotifier notifier = getHttpDestination().getResponseNotifier();
|
ResponseNotifier notifier = getHttpDestination().getResponseNotifier();
|
||||||
|
|
Loading…
Reference in New Issue