Can we run multichain without debug log

0 votes
Can we run multichain without debug log?
asked Apr 26, 2016 by SlobodanMargetic

1 Answer

0 votes
There is a -printtoconsole runtime parameter. You can redirect output to /dev/null.

But we suggest using of -shrinkdebugfilesize parameter. You can set it to very low value, say 10000. This will keep debug.log size below 50KB.
answered Apr 27, 2016 by Michael
...