zulip/zerver/tornado
Tim Abbott b85c9b0810 tornado: Use delivery_email in logging.
Eventually, we'll want to replace emails with user IDs here entirely,
but until we make that happen, we should at least use the same email
address present in our other logging.

I think we won't miss updating these in a future migration thanks to
mypy types.
2019-11-15 17:16:05 -08:00
..
__init__.py
application.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
autoreload.py tornado: Fix bugs in Tornado autoreload library. 2019-08-02 12:47:49 -07:00
descriptors.py typing: Use TYPE_CHECKING when dealing with cyclic dependencies. 2019-07-31 12:19:39 -07:00
event_queue.py tornado: Remove stale user_profile_email field. 2019-11-15 17:07:52 -08:00
exceptions.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
handlers.py mypy: Upgrade from 0.730 to 0.740. 2019-11-13 12:38:45 -08:00
ioloop_logging.py mypy: Fix missing type annotation in tornado code. 2018-11-20 19:08:14 -08:00
sharding.py tornado: Fix populate_db failing to call send_event properly. 2018-11-02 17:07:21 -07:00
socket.py tornado: Use delivery_email in logging. 2019-11-15 17:16:05 -08:00
views.py tornado: Remove stale user_profile_email field. 2019-11-15 17:07:52 -08:00
websocket_client.py mypy: Upgrade from 0.730 to 0.740. 2019-11-13 12:38:45 -08:00