Open
Description
The e2e
application has a logic to evict transactions from the mempool after a given amount of heights, if they are still present there. If it is part of the re-check tx logic:
Lines 281 to 287 in 276996a
This information, when a transaction is evicted, is logged in Debug
mode, therefore not seen during ordinary executions.
I suggest that this information should be always visible, therefore logged in Info
mode.
By the way, how can we set the debug level for the e2e
application?