-
|
My application outputs the following log My question is how do I turn off related logs。 |
Beta Was this translation helpful? Give feedback.
Answered by
Velfi
Mar 31, 2023
Replies: 2 comments
-
|
One solution is By using those, you could set That would enable debug logging for everything except logs originating in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Velfi
-
|
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One solution is
EnvFilterdirectives.By using those, you could set
RUST_LOGlike this:RUST_LOG=debug,aws_credential_types::cache::lazy_caching=noneThat would enable debug logging for everything except logs originating in the
aws_credential_types::cache::lazy_cachingmodule.