6 ms·
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 middlew
by pindi 13y 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.