Hacker News new | ask | show | jobs
by pindi 4812 days ago
You may want to mention that the Python library is not thread-safe, since it essentially uses a global variable to store the logged statements until the middleware writes them to the response. Shouldn't be a problem when used with a development server, though.
1 comments

Thanks. I will add it to the GitHub wiki. I should also point out that in general this stuff was not designed to run in production.
In general, it seems like people have a hard time understanding what doesn't belong in production.