瀏覽代碼

华为推送异常打印优化

linhaohong 7 月之前
父節點
當前提交
d20580797b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Service/HuaweiPushService/HuaweiPushService.py

+ 1 - 1
Service/HuaweiPushService/HuaweiPushService.py

@@ -104,7 +104,7 @@ class HuaweiPushObject:
             assert (response.code == '80000000')
             return True
         except Exception as e:
-            LOGGER.info('华为通知推送异常: {}'.format(repr(e)))
+            LOGGER.error('uid:{}, 华为通知推送异常: {}'.format(uid ,repr(e)))
             return False
 
     @staticmethod