๐ฅ๏ธConsole Filter
Configuration
enabled: false
filters:
# Exact match โ message must equal this string
exact: []
# Contains โ message must contain this substring
contains: []
# Starts-with โ message must start with this string
starts-with: []
# Regex โ message must match this pattern
regex: []Filter Types
Type
Description
Example
Examples
How It Works
Last updated