diff --git a/internal/cnpgi/restore/restore.go b/internal/cnpgi/restore/restore.go index 187143e..b5c8d7e 100644 --- a/internal/cnpgi/restore/restore.go +++ b/internal/cnpgi/restore/restore.go @@ -157,7 +157,8 @@ func (impl JobHookImpl) Restore( config := getRestoreWalConfig() - contextLogger.Info("sending restore response", "config", config, "env", env) + contextLogger.Info("sending restore response", "config", config) + contextLogger.Trace("sending restore response", "env", env) return &restore.RestoreResponse{ RestoreConfig: config, Envs: nil,