diff --git a/demo/demoapp.py b/demo/demoapp.py index 5a1bbfcb..b8ffe97a 100644 --- a/demo/demoapp.py +++ b/demo/demoapp.py @@ -156,6 +156,6 @@ def create_app(): try: populate(app) except: - raise + app.logger.exception("Something happen during the app initialization") return app