From 023937812bd136c3a6d7d5417089ecf375f07d62 Mon Sep 17 00:00:00 2001 From: MrLYC Date: Fri, 26 Nov 2021 00:10:33 +0800 Subject: [PATCH] add log --- core/subprocess.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/subprocess.go b/core/subprocess.go index 8c3d02e..d27e417 100644 --- a/core/subprocess.go +++ b/core/subprocess.go @@ -50,6 +50,8 @@ func (s *FinalizeCommandRunner) String() string { } func (s *FinalizeCommandRunner) Finish(ctx context.Context) error { + logger := define.Logger + logger.Info("executing cmdr setup command") return s.run(ctx) }