fix(restore): don't log full list of environment variables

Signed-off-by: Andreas Mårtensson <andreas.martensson@svt.se>
This commit is contained in:
Andreas Mårtensson 2025-10-13 16:35:24 +02:00 committed by Andreas Mårtensson
parent 316828cc73
commit e1ab9cf7b3
No known key found for this signature in database
GPG Key ID: 62399889C813062C

View File

@ -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,