Bases: mill.filterer.base.Filterer
Filter logs based on key, value item matching.
Initialise filterer with key and value to test against.
mode can be either EXCLUDE or INCLUDE. If set to EXCLUDE then any log that has the specific key, value pair will be filtered. Conversely, if set to INCLUDE then any log not matching the key, value pair exactly will be filtered.