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

refactor: add tracing for make phase task #8026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hardfist
Copy link
Contributor

Summary

add more tracing info about make phase so we can know how to optimize it

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Sep 29, 2024
Copy link

netlify bot commented Sep 29, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 918adbd
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66f962550966f400081dd998

@jerrykingxyz
Copy link
Collaborator

Adding tracing to the make phase task will generate very large trace files, a 10k modules project will generate more than 60k line logs.

I think we should wait for the feature of filtering trace log by levels to be completed before merging this PR.

@hardfist
Copy link
Contributor Author

Adding tracing to the make phase task will generate very large trace files, a 10k modules project will generate more than 60k line logs.

I think we should wait for the feature of filtering trace log by levels to be completed before merging this PR.

agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants