Skip to content

Commit 5308883

Browse files
authored
bfgd: reduce finality notification log to trace (#398)
1 parent 70874df commit 5308883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/bfg/bfg.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ func (s *Server) handleL2KeystonesRequest(ctx context.Context, l2kr *bfgapi.L2Ke
13611361

13621362
func writeNotificationResponse(bws *bfgWs, response any) {
13631363
if err := bfgapi.Write(bws.requestContext, bws.conn, "", response); err != nil {
1364-
log.Errorf("handleBtcFinalityNotification write: %v %v", bws.addr, err)
1364+
log.Tracef("handleBtcFinalityNotification write: %v %v", bws.addr, err)
13651365
}
13661366
}
13671367

0 commit comments

Comments
 (0)