From 1964763f5807314a8b4ce3cc614ba200598c9866 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 15 Dec 2022 18:41:04 +0800 Subject: [PATCH] grid2: add more logs --- pkg/strategy/grid2/strategy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/strategy/grid2/strategy.go b/pkg/strategy/grid2/strategy.go index 5aa4e0cb3..75021f28a 100644 --- a/pkg/strategy/grid2/strategy.go +++ b/pkg/strategy/grid2/strategy.go @@ -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()) }