Reducing log noise
This commit is contained in:
parent
bbcf0c77b8
commit
7a2b775f03
|
@ -63,7 +63,7 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
|
|||
@Override
|
||||
public void failed(Throwable x)
|
||||
{
|
||||
LOG.warn("Write flush failure",x);
|
||||
LOG.debug("Write flush failure",x);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue