Replies: 1 comment 1 reply
-
No I don’t think it is but totally should be! Do you wanna make issue about it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am using the env_filter feature in my backend application to display all rejections. I have added the following directive to achieve this:
This directive works well for all axum::extract::* types, but it seems that axum_extra::extract::Query does not trace rejections to the terminal.
My questions are:
Is rejection tracing implemented for axum_extra?
If yes, how can I enable it?
Thank you for your help!
axum version
0.7.4
Beta Was this translation helpful? Give feedback.
All reactions