Unlimited transaction log (txs.log)

+2 votes
When we are testing a large scale of transactions, txs.log in wallet directory is growing to very large file size (over 30 GB).

So, is there a way to limit the txs.log file size?
asked Sep 26, 2017 by Ilhun

1 Answer

+1 vote

There isn't currently a way to do this automatically, although you can always stop the node, delete the file, then restart the node. This is just a log for problem resolution and is not critical to the node's functioning.

Note however that any transaction in this file will also be represented in the wallet database, and the blockchain on disk, so it will not be more than 1/3 of total disk usage.

We'll look into applying the shrinkdebugfilesize setting to this log as well, starting in MultiChain 1.0.2.

answered Sep 27, 2017 by MultiChain
Thank you, Multichain.
FYI MultiChain 1.0.2, just released, also applies this setting to txs.log.
...