Skip to content

Commit

Permalink
print traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsasha committed Apr 16, 2023
1 parent 27401d1 commit 6da470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, **kwargs):
self.reminders = Reminders(self)
except Exception as error:
self.quit()
self.logger.error(error)
traceback.print_exception(error)
raise error

def do_startup(self):
Expand Down

0 comments on commit 6da470a

Please sign in to comment.