Commit 86227e77 by Syed Hasan raza

Merge pull request #10793 from edx/shr/bug/AN-4509-logging-raise-exception-UnicodeDecodeError

Raise UnicodeDecodeError exception after logging the exception
parents 1cee9a0d 395db381
......@@ -41,6 +41,7 @@ class LoggerBackend(BaseBackend):
"UnicodeDecodeError Event_type: %r, Event_source: %r, Page: %r, Referer: %r",
event.get('event_type'), event.get('event_source'), event.get('page'), event.get('referer')
)
raise
# TODO: remove trucation of the serialized event, either at a
# higher level during the emittion of the event, or by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment