privoxy-log-parser: Highlight the new "Tagging" log level in purple
authorFabian Keil <fk@fabiankeil.de>
Tue, 15 Dec 2020 09:10:03 +0000 (10:10 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 17 Dec 2020 14:13:56 +0000 (15:13 +0100)
tools/privoxy-log-parser.pl

index 7cce6e7..d9ffb58 100755 (executable)
@@ -130,6 +130,7 @@ sub prepare_our_stuff() {
         'Re-Filter'     => 'purple',
         Connect         => 'brown',
         Request         => 'light_cyan',
         'Re-Filter'     => 'purple',
         Connect         => 'brown',
         Request         => 'light_cyan',
+        Tagging         => 'purple',
         CGI             => 'light_green',
         Redirect        => 'cyan',
         Error           => 'light_red',
         CGI             => 'light_green',
         Redirect        => 'cyan',
         Error           => 'light_red',