[Privoxy-commits] [privoxy] 09/11: Rebuild config file
User Git
git at git.privoxy.org
Wed Dec 1 16:07:47 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 04bb172b8a81333b2e12d9257b57e21450174a4b
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Dec 1 11:06:47 2021 +0100
Rebuild config file
---
config | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/config b/config
index e0434e25..c38b7f56 100644
--- a/config
+++ b/config
@@ -610,10 +610,17 @@ logfile logfile
# you read the log messages, you may even be able to solve the
# problem on your own.
#
-#debug 1 # Log the destination for each request.
+#debug 1 # Log the destination for each request. See also debug 1024.
+#debug 2 # show each connection status
+#debug 4 # show tagging-related messages
+#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
+#debug 65536 # Log applying actions
#
# 3.2. single-threaded
# =====================
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list