Skip to content

Commit

Permalink
chore: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Jun 10, 2021
1 parent fb17cbe commit 8537132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/puller/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ func (p *Puller) manage() {
return
}

p.logger.Info("puller: warmup period complete, worker starting.")

for {
select {
case <-c:
Expand Down
2 changes: 2 additions & 0 deletions pkg/pusher/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ func (s *Service) chunksWorker() {
return
}

s.logger.Info("pusher: warmup period complete, worker starting.")

LOOP:
for {
select {
Expand Down

0 comments on commit 8537132

Please sign in to comment.