Skip to content

Commit

Permalink
logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterjan84 committed Dec 6, 2023
1 parent 16851ce commit cad08c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export class Connection extends Duplex {
authMessage.flags()
);
if (this.flowController.isFlowControlBytesEnabled()) {
this.logger.info(
this.logger.debug(
{ remote: this.remoteAddress, local: this.localAddress },
'Flow control in bytes enabled'
);
Expand Down

0 comments on commit cad08c2

Please sign in to comment.