From b999a01f76e04ab4c72c7352c5041f12c275a7f7 Mon Sep 17 00:00:00 2001 From: Voomra Date: Sun, 19 Jan 2025 19:54:25 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BB=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/space_worker/restore.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/space_worker/restore.go b/internal/space_worker/restore.go index 6f6fad6..0f030a9 100644 --- a/internal/space_worker/restore.go +++ b/internal/space_worker/restore.go @@ -38,6 +38,7 @@ func (app *SpaceWorker) Restore(targetHost string, timestamp string, inventory s app.log.Info(fmt.Sprintf("Target Host: %s", host)) app.log.Info("Pre restore Ansible") + app.log.Debug(fmt.Sprintf("ansible command line: %s", command.Args)) err = command.Run() if err != nil { return err