Fix recursive call leading to stack overflow when tracing level filter is TRACE (#3312)

This commit is contained in:
Denis
2025-04-24 13:03:50 +02:00
committed by GitHub
parent 1599569df2
commit 6bf1fcbb29
3 changed files with 45 additions and 3 deletions
Generated
+1
View File
@@ -407,6 +407,7 @@ dependencies = [
"tower-layer",
"tower-service",
"tracing",
"tracing-subscriber",
"typed-json",
]