Change debug log from info to error

This commit is contained in:
Anthony Corbacho 2016-05-28 11:43:07 -07:00
parent db8d1e84b8
commit b480176b0a

View file

@ -58,7 +58,7 @@ public class ZeppelinhubWebsocket implements WebSocketListener {
@Override
public void onWebSocketError(Throwable cause) {
LOG.info("Got error", cause);
LOG.error("Got error", cause);
}
@Override