-
-
Notifications
You must be signed in to change notification settings - Fork 627
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
Improve core functionality (Logging, Config comparison, Code Quality) #2464
Conversation
#2428 might be fixed with this PR. The write file logic was called too often if it wasn't necessary. It was called if the saturation or opacity was not changed but wrote all of the files in the icons directory with the same content. As there were too many operations on the fs it might have caused some performance issues and removed the content of some SVG files. |
Merge SuccessfulThanks for your contribution! 🎉 The changes will be part of the upcoming update on the marketplace. |
Description
enableLogging
andlogLevel
Logging information can be configured like this:
Related to #2428.
Contribution Guidelines