change log info to debug

This commit is contained in:
Anthony Corbacho 2016-05-12 15:10:03 +09:00 committed by Khalid Huseynov
parent 8ad482d2c3
commit 36176eaf12

View file

@ -115,7 +115,7 @@ public class ZeppelinhubClient {
public void reconnectIfConectionLost() {
if (!isConnectedToZeppelinhub()) {
LOG.info("Zeppelinhub connection is not open, opening it");
LOG.debug("Zeppelinhub connection is not open, opening it");
zeppelinhubSession = connect();
} else {
LOG.debug("Connection to Zeppelinhub is still open");