From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 18 May 2021 09:25:12 +0000 (+0200)
Subject: Update the 'debug 1' description in two more places
X-Git-Tag: v_3_0_33~82
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/man-page/static/@default-cgi@show-url-info?a=commitdiff_plain;h=f46a632a6bb78c63a349cd6c4628fa31a4d52e9a;p=privoxy.git

Update the 'debug 1' description in two more places

... which I overlooked in 30c327078f4486.

As of b94bbe62a9508 LOG_LEVEL_REQUEST logs all requests.

Pointed out by Lee.
---

diff --git a/doc/source/contacting.sgml b/doc/source/contacting.sgml
index b16067e9..accbbf9d 100644
--- a/doc/source/contacting.sgml
+++ b/doc/source/contacting.sgml
@@ -125,7 +125,7 @@
     url="../user-manual/config.html#DEBUG">debug options</ulink> are enabled
     (all of them):
    </para>
-    <literallayout>debug     1 # Log the destination for each request Privoxy let through.
+    <literallayout>debug     1 # Log the destination for each request. See also debug 1024.
             #   See also debug 1024.
 debug     2 # show each connection status
 debug     4 # show tagging-related messages
diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index 0742d006..0f2696f3 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -1067,7 +1067,7 @@ debug 65536 # Log the applying actions
  </varlistentry>
 </variablelist>
 
-<![%config-file;[<literallayout>@@#debug     1 # Log the destination for each request &my-app; let through.</literallayout>]]>
+<![%config-file;[<literallayout>@@#debug     1 # Log the destination for each request. See also debug 1024.</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>]]>