mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Store logging data in a dict instead of individual attributes
(imported from commit f7d76670428d5d8298c572a23cbfffc1d9695f23)
This commit is contained in:
@@ -71,7 +71,7 @@ class ClientDescriptor(object):
|
||||
self.current_handler is not None))
|
||||
if self.current_handler is not None:
|
||||
try:
|
||||
self.current_handler._request._extra_log_data = "[%s/1]" % (self.event_queue.id,)
|
||||
self.current_handler._request._log_data['extra'] = "[%s/1]" % (self.event_queue.id,)
|
||||
self.current_handler.zulip_finish(dict(result='success', msg='',
|
||||
events=[event],
|
||||
queue_id=self.event_queue.id),
|
||||
|
||||
Reference in New Issue
Block a user