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
I would like to set the log level of a specific module depending on the global loglevel, specifically -1 - i.e. if the global loglevel (as set by the environment variable RUST_LOG) is Debug, the level should be Info.
If no level is set via environment variable, it should default to only Errors.
I think this could be added to the builder to request already set directives, so that I don't have to go about parsing the environment variables again.
The text was updated successfully, but these errors were encountered:
I would like to set the log level of a specific module depending on the global loglevel, specifically -1 - i.e. if the global loglevel (as set by the environment variable RUST_LOG) is Debug, the level should be Info.
If no level is set via environment variable, it should default to only Errors.
I think this could be added to the builder to request already set directives, so that I don't have to go about parsing the environment variables again.
The text was updated successfully, but these errors were encountered: