Add debug info when failed to expire msg.
This commit is contained in:
parent
b55042bf07
commit
4e7a6e994d
@ -4317,6 +4317,7 @@ class BasicSwap(BaseApp):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
if self.debug:
|
if self.debug:
|
||||||
self.log.error(traceback.format_exc())
|
self.log.error(traceback.format_exc())
|
||||||
|
self.log.error(f'Failed to process message {msg}')
|
||||||
|
|
||||||
now: int = self.getTime()
|
now: int = self.getTime()
|
||||||
options = {'encoding': 'none', 'setread': False}
|
options = {'encoding': 'none', 'setread': False}
|
||||||
|
Loading…
Reference in New Issue
Block a user