services.journalwatch.filterBlocks.*.filters
NixOS option
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.
type: stringExample
declared in: nixos/modules/services/logging/journalwatch.nixView source on NixOS/nixpkgs →'' (Stopped|Stopping|Starting|Started) .* (Reached target|Stopped target) .* ''