Compare commits

...

2 Commits

Author SHA1 Message Date
Andreas Mårtensson
a17dc2a01f
Merge e1ab9cf7b3 into 316828cc73 2025-11-20 14:28:39 +00:00
Andreas Mårtensson
e1ab9cf7b3
fix(restore): don't log full list of environment variables
Signed-off-by: Andreas Mårtensson <andreas.martensson@svt.se>
2025-11-20 15:27:43 +01:00

View File

@ -157,7 +157,7 @@ func (impl JobHookImpl) Restore(
config := getRestoreWalConfig() config := getRestoreWalConfig()
contextLogger.Info("sending restore response", "config", config, "env", env) contextLogger.Info("sending restore response", "config", config)
return &restore.RestoreResponse{ return &restore.RestoreResponse{
RestoreConfig: config, RestoreConfig: config,
Envs: nil, Envs: nil,