Skip to content

Commit

Permalink
Warning spamming in Transport.onclose
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-slongchamps committed Dec 14, 2020
1 parent 2205e84 commit eefb4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/autobahn/lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Connection.prototype.open = function () {
will_retry: next_retry.will_retry
};

log.warn("connection closed", reason, details);
log.debug("connection closed", reason, details);

// fire app code handler
//
Expand Down Expand Up @@ -375,7 +375,7 @@ Connection.prototype.open = function () {
log.warn("giving up trying to auto-reconnect!");
}
} else {
log.warn("auto-reconnect disabled!", self._retry, stop_retrying);
log.debug("auto-reconnect disabled!", self._retry, stop_retrying);
}
}
}
Expand Down

0 comments on commit eefb4e1

Please sign in to comment.