From f3ea28c378dafedb635ca5d7637cc52ed1fec13e Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 17 Sep 2021 12:16:14 +0000 Subject: [PATCH] Add changelog entry --- tower-http/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tower-http/CHANGELOG.md b/tower-http/CHANGELOG.md index 71efe8f3..ed9ed6d7 100644 --- a/tower-http/CHANGELOG.md +++ b/tower-http/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix the bug that `ServeDir` can not handle percent encoded uri path correctly. - Enhancement: avoid using permanent redirection when redirect directory path without a trailing slash to the one has - Fix a [bug](https://github.com/tower-rs/tower-http/issues/121) which happens when `append_index_html_on_directories` is set to `false` in `ServeDir`. +- Add `DefaultMakeSpan::level` to make log level for tracing spans configurable. ## Breaking changes