-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Ability to disable log spam #875
Comments
There isn't currently a way to adjust the logging level but I can look at adding a way to disable/configure the level of logging. One option for now would be to switch to running csharpier using the CLI outside of the build process. That would also cut down on the time it takes CSharpier to run, there is some initial overhead starting up the process, running it against the full solution you only get that overhead once. |
* WIP of starting to support log levels and cleaning up logging closes #875 * Self code review * Fixing tests * Adding easy option to csharpier.msbuild for loglevel * Get check formatting to pass * more self review
We are currently working on a solution with several dozen projects, where our logs are bloated with the following repetitive lines during the build process.
Can these be disabled?
The text was updated successfully, but these errors were encountered: