Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: bathrobehero on January 24, 2017, 12:08:24 PM



Title: Is there a way to disable wallets writing debug.log?
Post by: bathrobehero on January 24, 2017, 12:08:24 PM
Title says it all. I run a lot of wallets and some likes to write gigabytes of data which I want to avoid.


Title: Re: Is there a way to disable wallets writing debug.log?
Post by: ronnycash on June 17, 2018, 09:36:35 PM
You might try putting the following in the <wallet>.conf file. Not sure if this works across all wallets, but seems to do the trick for the Deviant wallet.

printtodebug=0
printtoconsole=1


Title: Re: Is there a way to disable wallets writing debug.log?
Post by: psycodad on June 18, 2018, 01:40:46 PM
Title says it all. I run a lot of wallets and some likes to write gigabytes of data which I want to avoid.

If on a linux system, just symlink debug.log to /dev/null, that should take care of it.