-
Notifications
You must be signed in to change notification settings - Fork 50
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
Disabling formatting logs #315
Comments
jeremymailen
added a commit
that referenced
this issue
Mar 14, 2023
- Fix issue #316 by upgrading kotlinter gradle's released version to ktlint 0.48.2. - Remove configuration for `disabledRules` and `experimentalRules` to fully delegate this to .editorconfig - Fix issue with resolution of rule enable / disable statements in .editorconfig - Address issue #242 by providing readme example of excluding source files at the project tree level - Address issue #314 by including sources in published artifacts - Fix issue #313 by exporting `ReporterType` - Address issue #315 by logging format log statements at level `WARNING` so they can be hidden - Credit @mateuszkwiecinski as one of the developers of the plugin
They were being logged at QUIET level which makes them hard to turn off. |
jeremymailen
added a commit
that referenced
this issue
Mar 14, 2023
- Fix issue #316 by upgrading kotlinter gradle's released version to ktlint 0.48.2. - Remove configuration for `disabledRules` and `experimentalRules` to fully delegate this to .editorconfig - Fix issue with resolution of rule enable / disable statements in .editorconfig - Address issue #242 by providing readme example of excluding source files at the project tree level - Address issue #314 by including sources in published artifacts - Fix issue #313 by exporting `ReporterType` - Address issue #315 by logging format log statements at level `WARNING` so they can be hidden - Credit @mateuszkwiecinski as one of the developers of the plugin
jplewa
added a commit
to VirtuslabRnD/pulumi-kotlin
that referenced
this issue
Mar 28, 2023
## Task Resolves: None ## Description As per jeremymailen/kotlinter-gradle#315 (comment). This should help us get rid of the overwhelming formatting logs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an option to disable the output of
formatKotlin
? I'm talking about all of these logs:We use your plugin to format some generated source files that are then included in a library published to Maven. We use custom GitHub Actions runners which are hosted on GCP and having all of these logs printed out to stdout ends up costing us extra money. We don't need the output of
formatKotlin
at all, so it would be awesome if there was an option to disable it.The text was updated successfully, but these errors were encountered: