eosnetworkfoundation / mandel

Obsolete. Use https://github.com/AntelopeIO/leap instead.
Other
87 stars 27 forks source link

Reduce debug logging of removed expired transactions during replay #802

Closed heifner closed 2 years ago

heifner commented 2 years ago

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.

stephenpdeos commented 2 years ago

Discarding this issue because it works as designed.