MyNixOS website logo
option

services.journalwatch.filterBlocks.*.filters

The filters to apply on all messages which satisfy match. Any of those messages that match any specified filter will be removed from journalwatch's output. Each filter is an extended Python regular expression. You can specify multiple filters and separate them by newlines. Lines starting with '#' are comments. Inline-comments are not permitted.

Declarations
Type
string
Example
''
  (Stopped|Stopping|Starting|Started) .*
  (Reached target|Stopped target) .*
''