mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
maxapi: change info log to debug log level
This commit is contained in:
parent
2ae8309115
commit
845ee3ce33
|
@ -170,7 +170,7 @@ func (c *RestClient) queryAndUpdateServerTimestamp(ctx context.Context) {
|
|||
atomic.StoreInt64(&globalServerTimestamp, serverTs)
|
||||
atomic.StoreInt64(&globalTimeOffset, offset)
|
||||
|
||||
logger.Infof("loaded max server timestamp: %d offset=%d", globalServerTimestamp, offset)
|
||||
logger.Debugf("loaded max server timestamp: %d offset=%d", globalServerTimestamp, offset)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user