Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use string display instead of debug for url parse trace #1498

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Feb 16, 2024

e.g.

uv_client::html::parse url=https://download.pytorch.org/whl/torch_stable.html

instead of

uv_client::html::parse url=Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("download.pytorch.org")), port: None, path: "/whl/torch_stable.html", query: None, fragment: None }

@zanieb zanieb added the enhancement New feature or improvement to existing functionality label Feb 16, 2024
@zanieb zanieb enabled auto-merge (squash) February 16, 2024 15:10
@zanieb zanieb added tracing Verbose output and debugging and removed enhancement New feature or improvement to existing functionality labels Feb 16, 2024
@zanieb zanieb merged commit e6c4c77 into main Feb 16, 2024
7 checks passed
@zanieb zanieb deleted the zb/url-trace branch February 16, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracing Verbose output and debugging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant