Skip to content

Commit bc90d64

Browse files
committed
Reduce log spam for Espresso tx queue
1 parent 5fc925d commit bc90d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-batcher/batcher/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ func (l *BatchSubmitter) sendTx(txdata txData, isCancel bool, candidate *txmgr.T
10131013
},
10141014
)
10151015
if !goroutineSpawned {
1016-
log.Warn("failed to spawn Espresso tx goroutine")
1016+
log.Trace("failed to spawn Espresso tx goroutine")
10171017
l.recordFailedDARequest(txdata.ID(), nil)
10181018
}
10191019
return

0 commit comments

Comments
 (0)