Skip to content

tracing-aka-logging help #689

Answered by davidpdrsn
ximengyi asked this question in Q&A
Jan 4, 2022 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Since your crate has a different name you need to update the log filter:

std::env::set_var(
    "RUST_LOG",
-   "example_tracing_aka_logging=debug,tower_http=debug",
+   "glimmer=debug,tower_http=debug",
)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@ximengyi
Comment options

Answer selected by ximengyi
Comment options

You must be logged in to vote
5 replies
@davidpdrsn
Comment options

@wemgl
Comment options

@1oglop1
Comment options

@davidpdrsn
Comment options

@1oglop1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants