Skip to content

Commit

Permalink
log when starting the service
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Dec 31, 2019
1 parent b6915f0 commit 488dc31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ func (s *service) Run() error {
defer profiler.Stop()
}

log.Logf("Starting [service] %s", s.Name())

if err := s.Start(); err != nil {
return err
}
Expand Down

0 comments on commit 488dc31

Please sign in to comment.