X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fwebserver%2Ffaq%2Fcontact.html;h=c1c4268af34cc9034332695db66b647433c05207;hb=cc7452192610d37782ec1ba651698e00afa48de5;hp=c9d18c705c6db50f365461fc593833338bd1c22d;hpb=18e25b02853818f5d1e34ce3c999f5e3a43f6b9d;p=privoxy.git diff --git a/doc/webserver/faq/contact.html b/doc/webserver/faq/contact.html index c9d18c70..c1c4268a 100644 --- a/doc/webserver/faq/contact.html +++ b/doc/webserver/faq/contact.html @@ -376,7 +376,38 @@ CLASS="APPLICATION" >

Any other pertinent information to help identify the problem such as config or log file excerpts (yes, you should have log file entries for each - action taken). + action taken). To get a meaningful logfile, please make sure that the + logfile directive + is being used and the following debug options are enabled: +

debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
+debug     2 # show each connection status
+debug     4 # show I/O status
+debug     8 # show header parsing
+debug   128 # debug redirects
+debug   256 # debug GIF de-animation
+debug   512 # Common Log Format
+debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
+debug  4096 # Startup banner and warnings.
+debug  8192 # Non-fatal errors

+ If you are having trouble with a filter, please additionally enable +

debug    64 # debug regular expression filters

+ Note that Privoxy log files may contain sensitive information so please don't + submit any logfiles you didn't read first. You can mask sensitive information + as long as it's clear that you removed something.