mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
journalwatch: include messages of info priority
This commit is contained in:
parent
fc719742de
commit
4afe0f18f7
@ -43,8 +43,10 @@
|
||||
mailTo = "daniel+journalwatch@systemli.org";
|
||||
#interval = "hourly";
|
||||
|
||||
# Lowest priority of message to be considered. A value between 7 (“debug”), and 0 (“emerg”). Defaults to 6 (“info”). If you don't care about anything with “info” priority, you can reduce this to e.g. 5 (“notice”) to considerably reduce the amount of messages without needing many filterBlocks.
|
||||
priority = 5;
|
||||
# Lowest priority of message to be considered.
|
||||
# A value between 7 (“debug”), and 0 (“emerg”).
|
||||
# Defaults to 6 (“info”). If you don't care about anything with “info” priority, you can reduce this to e.g. 5 (“notice”) to considerably reduce the amount of messages without needing many filterBlocks.
|
||||
priority = 6;
|
||||
|
||||
# Default patterns: https://github.com/The-Compiler/journalwatch/blob/363725ac4b8aa841d87654fa8a63403a59ad1275/journalwatch.py#L71
|
||||
# If the value of `match` starts and ends with a forward-slash, it is interpreted as a regular expression, if not, it's an exact match.
|
||||
|
Loading…
Reference in New Issue
Block a user