Bitcoin Forum
July 08, 2024, 10:33:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoind server - disable logging possible?  (Read 4737 times)
Octavian (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0



View Profile
October 03, 2011, 06: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
kseistrup
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500


Unselfish actions pay back better


View Profile WWW
October 03, 2011, 07: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,

Klaus Alexander Seistrup
Octavian (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0



View Profile
October 05, 2011, 07:07:34 PM
 #3

Thanks you for this nice solution. Works perfect. Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!