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.<br><br>Below is the logging section of the torrc file.<br><br>Log debug-debug file /var/log/tor/debug.log<br>## Logs go to stdout at level
<br>&quot;notice&quot; unless redirected by something<br>## else, like one of the below lines. You can have as many log lines as<br>## you want.<br>##<br>## Send all messages of level 'notice' or higher to /usr/local/var/log/tor/noti$
<br>#Log notice file var/log/tor/notices.log<br>## Send only debug and info messages to /usr/local/var/log/tor/debug.log<br>#Log debug-info file /var/log/tor/debug.log<br>## Send ONLY debug messages to /usr/local/var/log/tor/debug.log
<br>Log debug-debug file /var/log/tor/debug.log<br>## To use the system log instead of Tor's logfiles, uncomment these lines:<br>#Log notice syslog<br>## To send all messages to stderr:<br>#Log debug stderr<br><br><br>