[Privoxy-commits] [privoxy] branch master updated: Update the 'debug 1' description in two more places
User Git
git at git.privoxy.org
Tue May 18 09:26:27 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 f46a632a Update the 'debug 1' description in two more places
f46a632a is described below
commit f46a632a6bb78c63a349cd6c4628fa31a4d52e9a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue May 18 11:25:12 2021 +0200
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.
---
doc/source/contacting.sgml | 2 +-
doc/source/p-config.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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>]]>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list