mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change log info to debug
This commit is contained in:
parent
8ad482d2c3
commit
36176eaf12
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue