Skip to content

Commit

Permalink
Update tracing-subscriber/src/fmt/writer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Barsky <me@davidbarsky.com>
  • Loading branch information
hawkw and davidbarsky authored Jun 25, 2021
1 parent 129cd25 commit c919f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracing-subscriber/src/fmt/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ pub trait MakeWriter<'a> {
/// used.
pub trait MakeWriterExt<'a>: MakeWriter<'a> {
/// Wraps `self` and returns a [`MakeWriter`] that will only write output
/// for events at or below the provided verbosity [`Level`].
/// for events at or below the provided verbosity [`Level`]. For instance,
/// `Level::TRACE` is considered to be _more verbose` than `Level::INFO`.
///
/// Events whose level is more verbose than `level` will be ignored, and no
/// output will be written.
Expand Down

0 comments on commit c919f7a

Please sign in to comment.