Commit f23bb6d
authored
Use debug logging in CI to debug
We often see `uv` hanging at this line
https://github.com/astral-sh/uv/blob/d178e453684437889a30b3ffd17e56d695fba60d/crates/uv-fs/src/lib.rs#L677-L680
. By enabling debug output, we can hopefully see where the lock was
acquired before.
See #1090uv lock deadlock (#1137)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments