Post
Topic
Board Bitcoin Technical Support
Re: bitcoind server - disable logging possible?
by
kseistrup
on 03/10/2011, 19:54:19 UTC

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,