<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 2/23/2011 3:46 PM, Matthew wrote:
    <blockquote cite="mid:4D65723B.9020601@cotse.net" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <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>
      </font></blockquote>
    <br>
    I'm not sure if this is supported by default (please correct me if
    I'm wrong), but it should be fairly easy to hack. I'd add the
    following line to your torrc:<br>
    <br>
    Log err file /dev/null<br>
    <br>
    which would produce the minimum amount of output (fatal errors
    only), all of which would be immediately discarded. I'd also add
    --quiet to whatever command you have starting Tor, which will
    suppress the console messages that are produced before the torrc is
    parsed.<br>
    <br>
    ~Justin Aplin<br>
    <br>
  </body>
</html>