Skip to content

Conversation

@QnnOkabayashi
Copy link
Contributor

Motivation

This PR adds tracing-forest to the list of related crates. tracing-forest provides contextual coherence when writing logs, and is being used by projects like Kanidm.

Solution

I added it to the documentation in lib.rs and in the README. Am I missing anything else?

@QnnOkabayashi QnnOkabayashi requested review from a team, davidbarsky and hawkw as code owners February 17, 2022 04:19
@davidbarsky
Copy link
Member

No, I think you got this :)

Copy link
Member

@hawkw hawkw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lovely, thank you!

@hawkw hawkw enabled auto-merge (squash) February 17, 2022 19:04
@hawkw hawkw merged commit 7860a9c into tokio-rs:master Feb 17, 2022
@QnnOkabayashi QnnOkabayashi deleted the related-tracing-forest branch February 17, 2022 19:36
hawkw pushed a commit that referenced this pull request Feb 17, 2022
## Motivation

This PR adds [`tracing-forest`](https://crates.io/crates/tracing-forest)
to the list of related crates. `tracing-forest` provides contextual
coherence when writing logs, and is being used by projects like
[Kanidm](https://github.com/kanidm/kanidm/).

## Solution

I added it to the documentation in `lib.rs` and in the README. Am I
missing anything else?
hawkw pushed a commit that referenced this pull request Feb 17, 2022
## Motivation

This PR adds [`tracing-forest`](https://crates.io/crates/tracing-forest)
to the list of related crates. `tracing-forest` provides contextual
coherence when writing logs, and is being used by projects like
[Kanidm](https://github.com/kanidm/kanidm/).

## Solution

I added it to the documentation in `lib.rs` and in the README. Am I
missing anything else?
hawkw added a commit that referenced this pull request Feb 17, 2022
# 0.1.31 (February 17th, 2022)

This release increases the minimum supported Rust version (MSRV) to
1.49.0. In addition, it fixes some relatively rare macro bugs.

### Added

- Added `tracing-forest` to the list of related crates ([#1935])

### Changed

- Updated minimum supported Rust version (MSRV) to 1.49.0 ([#1913])

### Fixed

- Fixed the `warn!` macro incorrectly generating an event with the
  `TRACE` level ([#1930])
- Fixed macro hygiene issues when used in a crate that defines its own
  `concat!` macro, for real this time ([#1918])

Thanks to @QnnOkabayashi, @nicolaasg, and @teohhanhui for contributing
to this release!

[#1935]: #1935
[#1913]: #1913
[#1930]: #1930
[#1918]: #1918
hawkw added a commit that referenced this pull request Feb 17, 2022
# 0.1.31 (February 17th, 2022)

This release increases the minimum supported Rust version (MSRV) to
1.49.0. In addition, it fixes some relatively rare macro bugs.

### Added

- Added `tracing-forest` to the list of related crates ([#1935])

### Changed

- Updated minimum supported Rust version (MSRV) to 1.49.0 ([#1913])

### Fixed

- Fixed the `warn!` macro incorrectly generating an event with the
  `TRACE` level ([#1930])
- Fixed macro hygiene issues when used in a crate that defines its own
  `concat!` macro, for real this time ([#1918])

Thanks to @QnnOkabayashi, @nicolaasg, and @teohhanhui for contributing
to this release!

[#1935]: #1935
[#1913]: #1913
[#1930]: #1930
[#1918]: #1918
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.31 (February 17th, 2022)

This release increases the minimum supported Rust version (MSRV) to
1.49.0. In addition, it fixes some relatively rare macro bugs.

### Added

- Added `tracing-forest` to the list of related crates ([tokio-rs#1935])

### Changed

- Updated minimum supported Rust version (MSRV) to 1.49.0 ([tokio-rs#1913])

### Fixed

- Fixed the `warn!` macro incorrectly generating an event with the
  `TRACE` level ([tokio-rs#1930])
- Fixed macro hygiene issues when used in a crate that defines its own
  `concat!` macro, for real this time ([tokio-rs#1918])

Thanks to @QnnOkabayashi, @nicolaasg, and @teohhanhui for contributing
to this release!

[tokio-rs#1935]: tokio-rs#1935
[tokio-rs#1913]: tokio-rs#1913
[tokio-rs#1930]: tokio-rs#1930
[tokio-rs#1918]: tokio-rs#1918
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants