[Privoxy-commits] [privoxy] 12/48: privoxy-log-parser: Highlight the new "Tagging" log level in purple
User Git
git at git.privoxy.org
Thu Dec 17 14:17:48 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 6e7644a6d52dc8a9b86f4bd398366f990baa3753
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 15 10:10:03 2020 +0100
privoxy-log-parser: Highlight the new "Tagging" log level in purple
---
tools/privoxy-log-parser.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index 7cce6e73..d9ffb580 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -130,6 +130,7 @@ sub prepare_our_stuff() {
'Re-Filter' => 'purple',
Connect => 'brown',
Request => 'light_cyan',
+ Tagging => 'purple',
CGI => 'light_green',
Redirect => 'cyan',
Error => 'light_red',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list