tracing-journald 0.2.1
·
475 commits
to main
since this release
This release improves how tracing-journald communicates with journald,
including the handling of large payloads.
Added
- Use an unconnected socket, so that logging can resume after a
journald
restart (#1758)
Fixed
- Fixed string values being written using
fmt::Debug(#1714) - Fixed
EMSGSIZEwhen log entries exceed a certain size (#1744)
A huge thank-you to new contributor @lunaryorn, for contributing all of the
changes in this release!