mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
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:
parent
316828cc73
commit
e1ab9cf7b3
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user