[Privoxy-commits] [privoxy] branch master updated: put all the requested debug options in the config

User Git git at git.privoxy.org
Wed Nov 24 21:19:33 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new a610eada put all the requested debug options in the config
a610eada is described below

commit a610eada6f74bb65fc0c638ea6289b15d4515266
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Wed Nov 24 16:18:32 2021 -0500

    put all the requested debug options in the config
    
    Section 11.1 of the Privoxy user manual lists all the debug options that
    should be enabled when reporting problems or requesting support.
    Make it easier for users to do the right thing by having all those
    options present in the config.
---
 doc/source/p-config.sgml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index 042400ef..dd9974f1 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -1068,9 +1068,16 @@ debug 65536 # Log the applying actions
 </variablelist>
 
 <![%config-file;[<literallayout>@@#debug     1 # Log the destination for each request. See also debug 1024.</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug     2 # show each connection status</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug     4 # show tagging-related messages</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug     8 # show header parsing</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug   128 # debug redirects</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug   256 # debug GIF de-animation</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug   512 # Common Log Format</literallayout>]]>
 <![%config-file;[<literallayout>@@#debug  1024 # Log the destination for requests &my-app; didn't let through, and the reason why.</literallayout>]]>
 <![%config-file;[<literallayout>@@#debug  4096 # Startup banner and warnings</literallayout>]]>
 <![%config-file;[<literallayout>@@#debug  8192 # Non-fatal errors</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug 65536 # Log applying actions</literallayout>]]>
 </sect3>
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list