[Privoxy-commits] [privoxy] 06/10: privoxy-log-parser: Highlight "Client tag 'forward-directly' matches"
User Git
git at git.privoxy.org
Fri Jan 22 13:31:21 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 0ef8c061c66fc3847e150434842c2a0552d73097
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jan 22 11:12:40 2021 +0100
privoxy-log-parser: Highlight "Client tag 'forward-directly' matches"
---
tools/privoxy-log-parser.pl | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index 564f187b..58d7a556 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -1253,6 +1253,12 @@ sub handle_loglevel_tagging($) {
$c =~ s@(?<=tag \')([^\']*)@$h{'tag'}$1$h{'Standard'}@;
$c = highlight_matched_host($c, '[^\s]+(?=\.$)');
+ } elsif ($c =~ /^Client tag/) {
+
+ # Client tag 'forward-directly' matches
+
+ $c =~ s@(?<=tag \')([^\']*)@$h{'tag'}$1$h{'Standard'}@;
+
}
return $c;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list