journald: prepare to release 0.2.2 (#1838)

# 0.2.2 (January 14, 2022)

### Added

- Include a syslog identifier in log messages ([#1822])
- Added `Layer::with_syslog_identifier` method to override the syslog
  identifier ([#1822])

Thanks to @lunaryorn for contributing to this release!

[#1822]: https://github.com/tokio-rs/tracing/pull/1822
This commit is contained in:
Eliza Weisman 2022-01-14 13:20:52 -08:00 committed by GitHub
parent f835405993
commit af254a172f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# 0.2.2 (January 14, 2022)
### Added
- Include a syslog identifier in log messages ([#1822])
- Added `Layer::with_syslog_identifier` method to override the syslog identifier
([#1822])
Thanks to @lunaryorn for contributing to this release!
[#1822]: https://github.com/tokio-rs/tracing/pull/1822
# 0.2.1 (December 29, 2021)
This release improves how `tracing-journald` communicates with `journald`,

View File

@ -1,6 +1,6 @@
[package]
name = "tracing-journald"
version = "0.2.1"
version = "0.2.2"
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
edition = "2018"
license = "MIT"

View File

@ -10,7 +10,7 @@
//! [`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
//! and events to [`systemd-journald`][journald], on Linux distributions that
//! use `systemd`.
//!
//!
//! *Compiler support: [requires `rustc` 1.42+][msrv]*
//!
//! [msrv]: #supported-rust-versions