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) }