You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I believe it would be a good idea to allow for custom env variables (maybe with RUST_LOG being the default).
This way I can use flexi_logger for more than one apps at a time and each one can have their own log level
I'd be happy to help implement this. I am thinking the api would look something like Logger::try_with_env("ENV_VARIABLE_NAME") and Logger::try_with_env_or_str("ENV_VARIABLE_NAME", "info")