eosnetworkfoundation/mandel

Reduce debug logging of removed expired transactions during replay

Closed this issue · 1 comments

During replay with default logger at debug level a log statement for every block is produced:
removed ${n} expired transactions of the ${t} input dedup list

image

Do not log this statement during replay.

Discarding this issue because it works as designed.