Open
Description
Is there currently a way to change the log level after having called init
already? If there is currently no way, i would like to request this feature
Use case:
i would like to enable logging as the first thing in my code to have log output (from env, etc) and later after having parsed the cli (like with clap) set the level based on something like verbosity
.
also another use case would be to dynamically turn the logging on / off for a specific part (which is probably already covered by #144)