|
|
|
|
|
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. |
|