Author

Topic: bitcoind server - disable logging possible? (Read 4757 times)

newbie
Activity: 25
Merit: 0
October 05, 2011, 03:07:34 PM
#3
Thanks you for this nice solution. Works perfect. Smiley
hero member
Activity: 566
Merit: 500
Unselfish actions pay back better
October 03, 2011, 03:54:19 PM
#2

I cannot find any option in the manual to disable logging altogether (on Ubuntu 9.04).
Is there such an option?

You can replace the logfile with a symbolic link to /dev/null:

Code:
$ cd ~/.bitcoin && rm -f debug.log && ln -s /dev/null debug.log

Cheers,
newbie
Activity: 25
Merit: 0
October 03, 2011, 02:39:57 PM
#1
Hi,

I cannot find any option in the manual to disable logging altogether (on Ubuntu 9.04).
Is there such an option?

Thanks
Jump to: