feat(system): upgrade on swarm [EE-5848] (#11728)
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io> Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
This commit is contained in:
@@ -158,11 +158,12 @@ func (wrapper *PluginWrapper) command(command composeCommand, options libstack.O
|
||||
|
||||
cmd.Env = append(cmd.Env, options.Env...)
|
||||
|
||||
executedCommand := cmd.String()
|
||||
|
||||
log.Debug().
|
||||
Str("command", program).
|
||||
Strs("args", args).
|
||||
Str("command", executedCommand).
|
||||
Interface("env", cmd.Env).
|
||||
Msg("run command")
|
||||
Msg("execute command")
|
||||
|
||||
cmd.Stderr = &stderr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user