[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

debug.log



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