mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
The logging module checks exc_info as
if exc_info:
# ...
so passing True would be more readable.
The logging module checks exc_info as
if exc_info:
# ...
so passing True would be more readable.