Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tokio-rs/tracing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07d340423db593ba2c4735d67b3d4cdd7d8ff9b2
Choose a base ref
..
head repository: tokio-rs/tracing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec1aed2b68c770f64967feb365e50f1cb2df5d6a
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 tracing-journald/src/lib.rs
6 changes: 3 additions & 3 deletions tracing-journald/src/lib.rs
Original file line number Diff line number Diff line change
@@ -143,10 +143,10 @@ impl Layer {
/// use tracing::error;
///
/// let registry = tracing_subscriber::registry();
/// match tracing_journald::subscriber() {
/// Ok(subscriber) => {
/// match tracing_journald::layer() {
/// Ok(layer) => {
/// registry.with(
/// subscriber
/// layer
/// // We can tweak the mappings between the trace level and
/// // the journal priorities.
/// .with_priority_mappings(PriorityMappings {