fix: 修复su-from-accounts API 500问题,Unsubscribe msg error 转成debug

This commit is contained in:
feng
2023-03-08 10:58:37 +08:00
parent bb30fcd7fd
commit 8833b19d79
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ class Subscription:
try:
self.sub.close()
except Exception as e:
logger.error('Unsubscribe msg error: {}'.format(e))
logger.debug('Unsubscribe msg error: {}'.format(e))
def retry(self, _next, error, complete):
logger.info('Retry subscribe channel: {}'.format(self.ch))