What are you looking for?

Input Filter Rules

The input filter rules set is composed with:

  • One default rule.
  • Zero or more kind-specific rules.

Default Rule

The default rule has one argument: level.

The default rule applies only to messages having a kind attribute that is NOT matching any kind-specific rule.

Kind-specific Rules

A kind-specific rule has two arguments: kind and level.

The rule applies only to messages having the specified kind attribute.

The kind-specific rules supersede the default rule.