zlog/internal
IxDay 9938a23cba Fix JSON when object is first to be pushed (#154)
When pushing an object to the logger, and this object was the first
field added. Zerolog was outputting an invalid json blob, issuing an
extra comma before the object. This patch ensure that JSON is still valid
even if an object is pushed first to the logger.

Fixes #152
2019-06-04 23:48:09 -07:00
..
cbor Add custom error serialization support and provide sane defaults (#78) 2018-07-02 12:46:01 -07:00
json Fix JSON when object is first to be pushed (#154) 2019-06-04 23:48:09 -07:00