From: Fabian Keil <fk@fabiankeil.de> Date: Sun, 16 Dec 2007 15:49:24 +0000 (+0000) Subject: Update logfile and debug sections. X-Git-Tag: v_3_0_8~40 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=d52d9e7f1805fde07332f7af5d8093ff45949e92;p=privoxy.git Update logfile and debug sections. --- diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 8e9ea9a6..4a914c71 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.24 2007/12/07 16:45:15 fabiankeil Exp $ + $Id: p-config.sgml,v 2.25 2007/12/14 19:16:37 fabiankeil Exp $ Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; </title> <para> - $Id: p-config.sgml,v 2.24 2007/12/07 16:45:15 fabiankeil Exp $ + $Id: p-config.sgml,v 2.25 2007/12/14 19:16:37 fabiankeil Exp $ </para> <para> Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ @@ -828,7 +828,7 @@ actionsfile <term>Effect if unset:</term> <listitem> <para> - Logging is disabled unless <literal>--no-daemon</literal> mode is used. + No logfile is written. </para> </listitem> </varlistentry> @@ -848,8 +848,8 @@ actionsfile if third parties can get access to it. As most users will never look at it, <application>Privoxy</application> 3.0.7 and later only log fatal errors by default. - </para> - <para> + </para> + <para> For most troubleshooting purposes, you will have to change that, please refer to the debugging section for details. </para> @@ -1026,8 +1026,7 @@ actionsfile <term>Specifies:</term> <listitem> <para> - Key values that determine what information gets logged to the - <link linkend="logfile"><emphasis>logfile</emphasis></link>. + Key values that determine what information gets logged. </para> </listitem> </varlistentry> @@ -1047,7 +1046,7 @@ actionsfile <term>Effect if unset:</term> <listitem> <para> - Nothing gets logged. + Default value is used (see above). </para> </listitem> </varlistentry> @@ -1059,7 +1058,7 @@ actionsfile </para> <para> <programlisting> - debug 1 # show each GET/POST/CONNECT request + debug 1 # log each request destination (and the crunch reason if &my-app; intercepted the request) debug 2 # show each connection status debug 4 # show I/O status debug 8 # show header parsing @@ -1114,7 +1113,7 @@ actionsfile </varlistentry> </variablelist> -<![%config-file;[<literallayout>@@#debug 1 # show each GET/POST/CONNECT request</literallayout>]]> +<![%config-file;[<literallayout>@@#debug 1 # log each request destination (and the crunch reason if &my-app; intercepted the request)</literallayout>]]> <![%config-file;[<literallayout>@@#debug 4096 # Startup banner and warnings</literallayout>]]> <![%config-file;[<literallayout>@@#debug 8192 # Non-fatal errors</literallayout>]]> </sect3>