mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 03:31:29 +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.