privoxy-log-parser: Highlight the new "Tagging" log level in purple
[privoxy.git] / 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',
+        Tagging         => 'purple',
         CGI             => 'light_green',
         Redirect        => 'cyan',
         Error           => 'light_red',