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):
try:
self._run()
except:
neo.lib.logging.info('\nPre-mortem informations:')
neo.lib.logging.exception('Pre-mortem data:')
self.log()
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