Closed pperanich closed 8 months ago
Remove timestamp from messagecodec JSON encoder. Instead, wrap top-level objects in dict with ts and obj fields. This solves a few issues:
ts
obj
I really only use the logger for temp files, and mostly only in unit tests. I don't have any old logs that I need to re-open. I'm fine with this backward incompatibility.
Remove timestamp from messagecodec JSON encoder. Instead, wrap top-level objects in dict with
ts
andobj
fields. This solves a few issues: