Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Rich logging doesn't happen in Flask context #3

Open
BD103 opened this issue Nov 18, 2021 · 0 comments
Open

Rich logging doesn't happen in Flask context #3

BD103 opened this issue Nov 18, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@BD103
Copy link
Owner

BD103 commented Nov 18, 2021

If you put:

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

It logs the error, not raising a direct traceback.

@BD103 BD103 added the bug Something isn't working label Nov 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant