journalwatch config

This commit is contained in:
Daniel Langbein 2024-10-17 15:54:00 +02:00
parent dabafdc0fc
commit d3635720d1
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -91,7 +91,7 @@ in
# 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;
priority = 5; # TODO set to 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.
@ -126,7 +126,7 @@ in
filters = ''
.*
'';
match = "CONTAINER_NAME = /(nc_web_[^-_\\s]+|nginx_arch\\.p1st\\.de|recipe\\.privacy1st\\.de_nginx|nginx_privacy1st\\.de)/";
match = "CONTAINER_NAME = /(nginx-proxy|nc_web_[^-_\\s]+|nginx_arch\\.p1st\\.de|recipe\\.privacy1st\\.de_nginx|nginx_privacy1st\\.de)/";
}
{ # yodaNas
# TODO: Open issue on GitHub https://github.com/nginx-proxy/nginx-proxy/issues/1256. Maybe set env variable RESOLVERS=1.1.1.1?