How to manage the logging level of fjall, or disable the logging? #145
-
I find fjall a very nice crate:) And I try to use fjall to build some tools. How to properly manage the logging level of fjall? Sometimes I want to change the logging level to see more details. In other cases, I want to disable it. For example, performance benchmarking or making my own logging system. |
Beta Was this translation helpful? Give feedback.
Answered by
marvin-j97
Mar 19, 2025
Replies: 1 comment 1 reply
-
fjall uses the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EMUNES
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fjall uses the
log
crate - so setting the log level depends on the logging implementation you use (e.g.env_logger
).