-
Notifications
You must be signed in to change notification settings - Fork 26.2k
fix(compiler-cli): log ngcc skipping messages as debug instead of info #30232
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
Conversation
You can preview dbee62e at https://pr30232-dbee62e.ngbuilds.io/. |
You can preview 820db13 at https://pr30232-820db13.ngbuilds.io/. |
Added |
@filipesilva This doesn't apply cleanly to the patch branch. Can you create a separate PR for the patch branch? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
ngcc messages related to skipping are logged to info, which makes it hard to filter them out.
What is the new behavior?
ngcc messages related to skipping are logged to debug instead of info.
Does this PR introduce a breaking change?
Other information
Related to angular/angular-cli#14194, angular/angular-cli#14320