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

Remove extra details from interpreter query traces #3803

Merged
merged 1 commit into from
May 23, 2024
Merged

Remove extra details from interpreter query traces #3803

merged 1 commit into from
May 23, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented May 23, 2024

Cherry-picked from 8f135c2

@zanieb zanieb added the tracing Verbose output and debugging label May 23, 2024
Comment on lines -642 to -646
trace!(
"Found Python {} at {}",
info.markers.python_full_version(),
executable.display()
);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We log this in discovery, we don't need this redundant message here.

#[instrument(skip_all, fields(?request))]
#[instrument(skip_all, fields(request))]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly a little confused by this but I think ?was making it a debug representation which is way more verbose than we need?

@zanieb zanieb merged commit 73b6a80 into main May 23, 2024
45 checks passed
@zanieb zanieb deleted the zb/fixup-1 branch May 23, 2024 23:18
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.

2 participants