Skip to content

Commit

Permalink
Add log to scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
insidieux committed Dec 28, 2020
1 parent 6763f09 commit d75c407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/core/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func (s *Scheduler) Run(ctx context.Context) {
case <-ctx.Done():
return
case <-s.ticker.C:
s.logger.Infoln(`Running manager`)
if err := s.manager.Run(ctx); err != nil {
s.logger.Errorln(errors.Wrap(err, `failed to process manager run`).Error())
}
Expand Down

0 comments on commit d75c407

Please sign in to comment.