#3626 closed defect (fixed)

allmydata.web.logs probably needs to be fixed to support bytes in Eliot messages

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Eliot log messages can have bytes in Tahoe-LAFS; default json serializer doesn't support those, and logs.py is using the default.

More broadly, some error handling of JSON serialization is perhaps a good idea.

Change History (1)

comment:1 Changed at 2021-04-16T15:21:32Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 19a3481/trunk:

Merge pull request #1042 from tahoe-lafs/3626.streaming-logs-with-bytes

Handle bytes in log messages streamed over websocket

Fixes ticket:3626

Note: See TracTickets for help on using tickets.