grid2: add more logs

This commit is contained in:
c9s 2022-12-15 18:41:04 +08:00
parent f4529171f3
commit 1964763f58
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -816,6 +816,7 @@ func (s *Strategy) openGrid(ctx context.Context, session *bbgo.ExchangeSession)
return err
}
s.logger.Infof("grid orders submitted:")
for _, order := range createdOrders {
s.logger.Info(order.String())
}