[issue33510] [logging] add JSON log formatter

Wilfredo Sanchez report at bugs.python.org
Fri May 25 18:07:40 EDT 2018


Wilfredo Sanchez <wsanchez at wsanchez.net> added the comment:

Please consider using RFC 7464 (JSON Text Sequences).

This allows detection of truncated JSON events without losing the following event.  It allows newlines in the JSON data.

All this involves is adding an RS between events.

----------
nosy: +wsanchez

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33510>
_______________________________________


More information about the Python-bugs-list mailing list