We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e11097 commit 542f431Copy full SHA for 542f431
tracing-appender/src/lib.rs
@@ -34,7 +34,7 @@
34
//! # }
35
//! ```
36
//! This creates an hourly rotating file appender that writes to `/some/directory/prefix.log.YYYY-MM-DD-HH`.
37
-//! [`Rotation::DAILY`] and [`Rotation::NEVER`] are the other available options.
+//! [`Rotation::DAILY`](rolling::Rotation::DAILY) and [`Rotation::NEVER`](rolling::Rotation::NEVER) are the other available options.
38
//!
39
//! The file appender implements [`std::io::Write`][write]. To be used with [`tracing_subscriber::FmtSubscriber`][fmt_subscriber],
40
//! it must be combined with a [`MakeWriter`][make_writer] implementation to be able to record tracing spans/event.
0 commit comments