From 290d627fafd1204706ee590950d6786b09129c8d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 20 Feb 2023 15:39:50 +0100 Subject: [PATCH] ux: Moar boring postgresql messages displayed as warning --- src/hook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hook.py b/src/hook.py index dfbcba24f..7f4cc28d4 100644 --- a/src/hook.py +++ b/src/hook.py @@ -354,6 +354,7 @@ def hook_exec( r"update-rc.d: ", r"update-alternatives: ", # Postgresql boring messages -_- + r"Adding user postgres to group ssl-cert", r"Building PostgreSQL dictionaries from .*", r"Removing obsolete dictionary files", r"Creating new PostgreSQL cluster",