|
|
@@ -16,6 +16,7 @@ import psutil
|
|
|
import ujson
|
|
|
import broker
|
|
|
from decimal import Decimal
|
|
|
+from loguru import logger
|
|
|
|
|
|
VERSION = utils.VERSION
|
|
|
|
|
|
@@ -581,6 +582,7 @@ class Quant:
|
|
|
|
|
|
# @utils.timeit
|
|
|
async def _update_depth(self, data):
|
|
|
+ logger.info(data)
|
|
|
'''
|
|
|
update orderbook infomation
|
|
|
'''
|