Skip to content

Commit

Permalink
log configured break percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy committed Mar 24, 2021
1 parent 3a9bde6 commit d9195ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ func (s *Service) StartWatchers() error {
addresses[pool.Name] = pool.ContractAddress
spotPriceBreakPercentages[pool.Name] = pool.SpotPriceBreakPercentage
}
s.logger.Info(
"break percentages configured",
zap.Any("addresses", addresses),
zap.Any("spot.prices", spotPriceBreakPercentages),
)

// get the bindings
// name -> contract
Expand Down

0 comments on commit d9195ca

Please sign in to comment.