Skip to content

Commit

Permalink
Fix documentation for DefaultOnFailure::level (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk authored Jun 4, 2021
1 parent e9f18ae commit a578761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-http/src/trace/on_failure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl DefaultOnFailure {

/// Set the [`Level`] used for [tracing events].
///
/// Defaults to [`Level::DEBUG`].
/// Defaults to [`Level::ERROR`].
///
/// [tracing events]: https://docs.rs/tracing/latest/tracing/#events
pub fn level(mut self, level: Level) -> Self {
Expand Down

0 comments on commit a578761

Please sign in to comment.