uv/crates/uv-fs
Zanie Blue 81eff0ecc8
Improve logging for environment locking (#3792)
```
DEBUG Acquired lock for `.venv`
```

instead of

```
DEBUG Trying to lock if free: .venv/.lock
```

At trace level, this includes the pre-lock message as well

```
TRACE Checking lock for `.venv`
DEBUG Acquired lock for `.venv`
```

We'll still display the lock file path when something goes wrong
2024-05-23 09:27:07 -05:00
..
src Improve logging for environment locking (#3792) 2024-05-23 09:27:07 -05:00
Cargo.toml Get cargo shear passing (#3533) 2024-05-13 01:43:45 +00:00