From dcba57568fc4e37371d0220a760b2fe63b3a1c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=A5rtensson?= Date: Mon, 13 Oct 2025 16:35:24 +0200 Subject: [PATCH] don't log full list of environment variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas MÃ¥rtensson --- internal/cnpgi/restore/restore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cnpgi/restore/restore.go b/internal/cnpgi/restore/restore.go index 187143e..0aad1e5 100644 --- a/internal/cnpgi/restore/restore.go +++ b/internal/cnpgi/restore/restore.go @@ -157,7 +157,7 @@ func (impl JobHookImpl) Restore( config := getRestoreWalConfig() - contextLogger.Info("sending restore response", "config", config, "env", env) + contextLogger.Info("sending restore response", "config", config) return &restore.RestoreResponse{ RestoreConfig: config, Envs: nil,