Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
556088
Topic
46709
Board
Bitcoin Technical Support
Re: bitcoind server - disable logging possible?
by
kseistrup
on
03/10/2011, 19:54:19 UTC
Quote from: Octavian on October 03, 2011, 06:39:57 PM
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,