diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index c9600a1..a411c44 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -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?