maxapi: change info log to debug log level

This commit is contained in:
c9s 2023-04-11 18:28:34 +08:00
parent 2ae8309115
commit 845ee3ce33
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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
}