I can't see any logs
#3260
-
Bug ReportI'm using flexi_logger and I can't see any logs from axum. Version0.8.1 Platformlinux Crates
DescriptionNo logs appearing with flexi_logger |
Beta Was this translation helpful? Give feedback.
Answered by
jplatte
Mar 10, 2025
Replies: 1 comment
-
|
What makes you think that this should do anything? axum isn't integrated with the log ecosystem in any way. We do have optional tracing support but it's unclear whether that is what you are after since you did not specify what sort of logs you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amokfa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What makes you think that this should do anything? axum isn't integrated with the log ecosystem in any way. We do have optional tracing support but it's unclear whether that is what you are after since you did not specify what sort of logs you want.