Skip to content

Commit 9acd9ba

Browse files
committed
really fix this time
1 parent f2d2793 commit 9acd9ba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

opentelemetry/src/lib.rs

+7-3
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,14 @@
9494
//! The [`logs`] module contains the Logs Bridge API. It is not intended to be
9595
//! called by application developers directly. It is provided for logging
9696
//! library authors to build log appenders, that bridges existing logging
97-
//! systems with OpenTelemetry. OpenTelemetry. Bridges for
97+
//! systems with OpenTelemetry. Bridges for
9898
//! [`log`](https://crates.io/crates/log) and
99-
//! [`tracing`](https://crates.io/crates/tracing) libraries are provided via the
100-
//! `opentelemetry-log` and `tracing-opentelemetry` crates.
99+
//! [`tracing`](https://crates.io/crates/tracing) libraries are provided via
100+
//! the
101+
//! [`opentelemetry-appender-log`](https://crates.io/crates/opentelemetry-appender-log)
102+
//! and
103+
//! [`opentelemetry-appender-tracing`](https://crates.io/crates/opentelemetry-appender-tracing)
104+
//! crates.
101105
//!
102106
//! ## Crate Feature Flags
103107
//!

0 commit comments

Comments
 (0)