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

pkg: change trace print to debug log #4310

Merged
merged 9 commits into from
Feb 29, 2024
Merged

Conversation

alxric
Copy link
Contributor

@alxric alxric commented Feb 19, 2024

These print messages can turn out to be very noisy as it prints exceptions quite often as some processes (such as libc amongst others) pass function names as integers instead of strings which causes panics further along.

As that seems to be caused by dwarf allowing deduplication of strings into other sections which is not yet supported by parca, change this print to a debug statement instead so that it doesn't clutter the log during normal operations

@alxric alxric requested a review from a team as a code owner February 19, 2024 13:02
@CLAassistant
Copy link

CLAassistant commented Feb 19, 2024

CLA assistant check
All committers have signed the CLA.

@kakkoyun kakkoyun enabled auto-merge February 29, 2024 05:52
@alxric alxric requested review from a team as code owners February 29, 2024 05:57
@kakkoyun kakkoyun disabled auto-merge February 29, 2024 07:30
@kakkoyun kakkoyun merged commit 7fd64a1 into parca-dev:main Feb 29, 2024
31 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants