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,