[Privoxy-commits] [privoxy] 10/48: privoxy-log-parser: Accept and ignore tagging-related log messages for now
User Git
git at git.privoxy.org
Thu Dec 17 14:17:46 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 e18a6a44d67868da0a314cc07a0f6f81d19c7afc
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 15 10:06:36 2020 +0100
privoxy-log-parser: Accept and ignore tagging-related log messages for now
---
tools/privoxy-log-parser.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index c7312e85..5ffa00d0 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -2454,6 +2454,7 @@ sub parse_loop() {
'Fatal error' => \&handle_loglevel_ignore,
'Writing' => \&handle_loglevel_ignore,
'Received' => \&handle_loglevel_ignore,
+ 'Tagging' => \&handle_loglevel_ignore,
'Actions' => \&handle_loglevel_ignore,
'Unknown log level' => \&handle_loglevel_ignore,
);
@@ -2551,6 +2552,7 @@ sub stats_loop() {
'Redirect:' => \&handle_loglevel_ignore,
'Unknown log level:' => \&handle_loglevel_ignore,
'Writing:' => \&handle_loglevel_ignore,
+ 'Tagging:' => \&handle_loglevel_ignore,
);
while (<>) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list