<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <font face="Helvetica, Arial, sans-serif">How can I turn off all
      logging in .torrc?&nbsp; Currently I have logfiles in /var/log/tor.<br>
      <br>
      All logging entries in .torrc are hashed but, as mentioned, I
      still have logs.<br>
      <br>
      Here is my .torrc:<br>
      <br>
      ## Logs go to stdout at level "notice" unless redirected by
      something - we have no logs.
<br>
      ## else, like one of the below lines. You can have as many Log
      lines as
<br>
      ## you want.
<br>
      ##
<br>
      ## We advise using "notice" in most cases, since anything more
      verbose
<br>
      ## may provide sensitive information to an attacker who obtains
      the logs.
<br>
      ##
<br>
      ## Send all messages of level 'notice' or higher to C:\Documents
      and Settings\Application Data\Tor\notices.log
<br>
      #Log notice file C:\Documents and Settings\Application
      Data\Tor\notices.log
<br>
      ## Send every possible message to C:\Documents and
      Settings\Application Data\Tor\debug.log
<br>
      #Log debug file C:\Documents and Settings\Application
      Data\Tor\debug.log
<br>
      ## Use the system log instead of Tor's logfiles
<br>
      #Log notice syslog
<br>
      ## To send all messages to stderr:
<br>
      #Log debug stderr<br>
      <br>
    </font>
  </body>
</html>