journalwatch: include messages of info priority

This commit is contained in:
Daniel Langbein 2024-09-14 21:19:48 +02:00
parent fc719742de
commit 4afe0f18f7
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -43,8 +43,10 @@
mailTo = "daniel+journalwatch@systemli.org"; mailTo = "daniel+journalwatch@systemli.org";
#interval = "hourly"; #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. # Lowest priority of message to be considered.
priority = 5; # 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 # 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. # 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.