Skip to content

tracing-journald 0.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Dec 00:27
· 475 commits to main since this release
1413148

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 EMSGSIZE when log entries exceed a certain size (#1744)

A huge thank-you to new contributor @lunaryorn, for contributing all of the
changes in this release!