[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
debug.log
- To: or-talk@xxxxxxxxxxxxx
- Subject: debug.log
- From: Agent0013 <0013.agent0013@xxxxxxxxx>
- Date: Thu, 2 Mar 2006 17:14:57 -0600
- Delivered-to: archiver@seul.org
- Delivered-to: or-talk-outgoing@seul.org
- Delivered-to: or-talk@seul.org
- Delivery-date: Thu, 02 Mar 2006 18:15:01 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=DaZnh/SsE5k1XmhRkWuxnoZnmxA2I6tnRJWdKTMpD+4nROxVE00l86LO/oKG6GDlfPwycTO+yuSSuWMheu3YHkYt53J3aMTO8BuNFnhjenOk58QC/5rqB1CBM+r/17AAlN6+Ma/FQYEI6fD43COB6LxhEcubHmRS2GfrPh1gFzc=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
I have been having an issue where my linux tor server is getting the hard drive filled after less then a day of useage. I tried changing the logging section of the torrc file to only debugging info, but it still seems to have a problem. I have since set up a cron job to delete the
debug.log file each night, but I would rather find out what is causing this file to fill up my hard drive.
Below is the logging section of the torrc file.
Log debug-debug file /var/log/tor/debug.log
## Logs go to stdout at level
"notice" unless redirected by something
## else, like one of the below lines. You can have as many log lines as
## you want.
##
## Send all messages of level 'notice' or higher to /usr/local/var/log/tor/noti$
#Log notice file var/log/tor/notices.log
## Send only debug and info messages to /usr/local/var/log/tor/debug.log
#Log debug-info file /var/log/tor/debug.log
## Send ONLY debug messages to /usr/local/var/log/tor/debug.log
Log debug-debug file /var/log/tor/debug.log
## To use the system log instead of Tor's logfiles, uncomment these lines:
#Log notice syslog
## To send all messages to stderr:
#Log debug stderr