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

Annoying unnecessary logging related to expanding strings that don't require expansion #3760

Closed
andreeis opened this issue May 17, 2024 · 0 comments

Comments

@andreeis
Copy link
Contributor

Brief Issue Summary

We call the string expansion API on any string we operate with and at the beginning there is a logging mentioning that we're about to transform the content. That happens even for strings that don't contain any varexp pattern and which will remain unchanged, while introducing lots of useless logging lines in the output channel.
Make sure we log anything only when an expansion pattern has been identified.

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

No branches or pull requests

2 participants