Skip to content

Commit 91295ec

Browse files
authored
chore: Reduce logging verbosity (#22423)
PR to simply reduce an annoying logline to debug.
1 parent 27bf3fb commit 91295ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/p2p/src/services/reqresp/reqresp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ export class ReqResp implements ReqRespInterface {
462462
);
463463
return resp;
464464
} catch (e: any) {
465-
this.logger.warn(`SUBPROTOCOL: ${subProtocol}\n`, e);
465+
this.logger.debug(`SUBPROTOCOL: ${subProtocol}\n`, e);
466466
// On error we immediately abort the stream, this is preferred way,
467467
// because it signals to the sender that error happened, whereas
468468
// closing the stream only closes our side and is much slower

0 commit comments

Comments
 (0)