mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
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:
parent
f835405993
commit
af254a172f
@ -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)
|
# 0.2.1 (December 29, 2021)
|
||||||
|
|
||||||
This release improves how `tracing-journald` communicates with `journald`,
|
This release improves how `tracing-journald` communicates with `journald`,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracing-journald"
|
name = "tracing-journald"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
//! [`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
|
//! [`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
|
||||||
//! and events to [`systemd-journald`][journald], on Linux distributions that
|
//! and events to [`systemd-journald`][journald], on Linux distributions that
|
||||||
//! use `systemd`.
|
//! use `systemd`.
|
||||||
//!
|
//!
|
||||||
//! *Compiler support: [requires `rustc` 1.42+][msrv]*
|
//! *Compiler support: [requires `rustc` 1.42+][msrv]*
|
||||||
//!
|
//!
|
||||||
//! [msrv]: #supported-rust-versions
|
//! [msrv]: #supported-rust-versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user