BD103/Flask-Rich

Rich logging doesn't happen in Flask context

Opened this issue · 0 comments

BD103 commented

If you put:

@app.route("/")
def index():
  raise Exception
  return "Index"

It logs the error, not raising a direct traceback.