Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove
env::set_var
call in test logging initialization
Per rust-lang/rust#90308, this is potentially a data race. In practice, I don't think it was actually problematic here, but it also wasn't doing anything of value, so we should remove it. This is currently the only `env::set_var` or `env::remove_var` call in the proxy. Closes linkerd/linkerd2#7651
- Loading branch information