We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bf3fb commit 91295ecCopy full SHA for 91295ec
1 file changed
yarn-project/p2p/src/services/reqresp/reqresp.ts
@@ -462,7 +462,7 @@ export class ReqResp implements ReqRespInterface {
462
);
463
return resp;
464
} catch (e: any) {
465
- this.logger.warn(`SUBPROTOCOL: ${subProtocol}\n`, e);
+ this.logger.debug(`SUBPROTOCOL: ${subProtocol}\n`, e);
466
// On error we immediately abort the stream, this is preferred way,
467
// because it signals to the sender that error happened, whereas
468
// closing the stream only closes our side and is much slower
0 commit comments