astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
11.74k stars 322 forks source link

No logging from rayon threads #3275

Closed konstin closed 2 weeks ago

konstin commented 2 weeks ago

We run wheel installation instead of tokio threads for faster performance, implemented here. I don't see any log messages or spans from anything that happens inside these threads, both with -v and with -vv. println! is shown correctly. We should make sure log messages are correctly forwarded.

konstin commented 2 weeks ago

Fixed by #3293