Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLYC committed Nov 25, 2021
1 parent 739fb3c commit 0239378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/subprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 0239378

Please sign in to comment.