|
@@ -255,7 +255,9 @@ class DevicePushService:
|
|
|
end = 99 if equipment_info_len > 100 else equipment_info_len - 1
|
|
|
if CONFIG_INFO == CONFIG_TEST:
|
|
|
end = equipment_info_len
|
|
|
- LOGGING.info('uid:{},time:{},存表:{},条数:{}'.format(uid, params['n_time'], equipment_info_key, end))
|
|
|
+ LOGGING.info(
|
|
|
+ 'uid:{},time:{},存表:{},条数:{}, 事件类型:{}'.format(uid, params['n_time'], equipment_info_key, end,
|
|
|
+ params['event_type']))
|
|
|
|
|
|
if end != 0:
|
|
|
equipment_info_redis_list = redis_obj.lrange(equipment_info_key, 0, end)
|