@@ -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