How to disable burn debug statements from being copied to the log file? #2567
Unanswered
nagacharan-tangirala
asked this question in
Q&A
Replies: 1 comment
-
As far as I know, this depends on what you are using to log stuff in your crate/application. Perhaps this SO post is relevant to filter logs with |
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
-
I am using burn in an application that generates a log file. However, all the burn debug statements are also routed to this file. How do you think I could prevent this?
Beta Was this translation helpful? Give feedback.
All reactions