Commit 900d4908 authored by Vincent Pelletier's avatar Vincent Pelletier

Log exception when dying.

Also, fix log message.
parent 0243a547
...@@ -110,7 +110,7 @@ class Application(object): ...@@ -110,7 +110,7 @@ class Application(object):
try: try:
self._run() self._run()
except: except:
neo.lib.logging.info('\nPre-mortem informations:') neo.lib.logging.exception('Pre-mortem data:')
self.log() self.log()
raise raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment