mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
fix kline log space
This commit is contained in:
parent
f7c39290a0
commit
a31e2743ee
|
@ -338,7 +338,7 @@ func (session *ExchangeSession) Init(ctx context.Context, environ *Environment)
|
|||
}
|
||||
|
||||
session.MarketDataStream.OnKLine(func(kline types.KLine) {
|
||||
log.WithField("marketData", "kline").Infof("kline : %+v", kline)
|
||||
log.WithField("marketData", "kline").Infof("kline: %+v", kline)
|
||||
})
|
||||
|
||||
session.MarketDataStream.OnKLineClosed(func(kline types.KLine) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user