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
env_logger: Use try_init in case a logger was already initialized
From env_logger::init :
This function will panic if it is called more than once, or if
another library has already initialized a global logger.
Use env_logger::try_init instead to make sure the code does not
panic unnecessarily.
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
0 commit comments