소스 검색

新增NVR过滤消息推送类型

zhangdongming 11 달 전
부모
커밋
c9c8cfcf67
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Service/PushService.py

+ 2 - 1
Service/PushService.py

@@ -390,7 +390,8 @@ class PushObject:
                 PushObject.jpush_transparent_transmission(msg_title, msg_text, app_bundle_id, jg_token_val, push_data)
             return True
         except Exception as e:
-            LOGGER.info('vivo推送异常:{}'.format(e))
+            LOGGER.error('vivo推送异常,uid:{},error_line:{},error_msg:{}'.
+                         format(uid, e.__traceback__.tb_lineno, repr(e)))
             return False
 
     @staticmethod