Mention another like to comment out in privoxy configuration file (patch from sardanapalus).
Nick Mathewson

Nick Mathewson commited on 2006-09-24 23:52:16
Zeige 1 geänderte Dateien mit 4 Einfügungen und 2 Löschungen.

... ...
@@ -68,11 +68,13 @@ to the top of the config file. Don't forget to add the dot at the end.
68 68
 </p>
69 69
 
70 70
 <p>Privoxy keeps a log file of everything passed through it.  In
71
-order to stop this you will need to comment out two lines by inserting a
72
-\# before the line. The two lines are:<br>
71
+order to stop this you will need to comment out three lines by inserting a
72
+\# before the line. The three lines are:<br>
73 73
 <tt>logfile logfile</tt><br>
74 74
 and the line <br>
75 75
 <tt>jarfile jarfile</tt><br>
76
+and (on some systems) the line <br>
77
+<tt>debug 1  # show each GET/POST/CONNECT request</tt><br>
76 78
 </p>
77 79
 
78 80
 <p>You'll need to restart Privoxy for the changes to take effect.</p>
79 81