mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-01 15:00:33 +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)
|
||||
|
||||
This release improves how `tracing-journald` communicates with `journald`,
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user