mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Change debug log from info to error
This commit is contained in:
parent
db8d1e84b8
commit
b480176b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue