소스 검색

追加打印

peng 1 년 전
부모
커밋
7ab85a5786
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -159,7 +159,7 @@ class DevicePushService:
         is_app_push = True if params['event_type'] in [702, 704] and params['detection'] == 0 else is_app_push
         redis_obj = RedisObject(3)
         # 推送
-        LOGGING.info('{}is_app_push{}'.format(uid, is_app_push))
+        LOGGING.info('{}is_app_push{}, {}'.format(uid, is_app_push, params))
         if is_app_push:
             msg_key = 'PUSH:MSG:IMAGE:{}:{}:{}'.format(params['uid'], params['channel'], params['n_time'])
             d_params = {'is_st': params['is_st'], 'storage_location': params['storage_location'],