You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pitest is way too verbose by default for inclusion in a Gradle run for example.
It would be nice if it had some option to be quiet except for warnings and errors,
so that the Gradle plugin or a Gradle build script can set it up so that info logging is only shown if info level logging is enabled, and verbose if debug logging is enabled. (The latter is already possible with verbose = logger.isDebugEnabled).
Gradle builds for example should by default be very quiet except for warnings and errors, so that those are better seen and only show informational messages if info-level logging is enabled.
The text was updated successfully, but these errors were encountered:
Pitest is way too verbose by default for inclusion in a Gradle run for example.
It would be nice if it had some option to be quiet except for warnings and errors,
so that the Gradle plugin or a Gradle build script can set it up so that info logging is only shown if info level logging is enabled, and verbose if debug logging is enabled. (The latter is already possible with
verbose = logger.isDebugEnabled
).Gradle builds for example should by default be very quiet except for warnings and errors, so that those are better seen and only show informational messages if info-level logging is enabled.
The text was updated successfully, but these errors were encountered: