passy / build-time-tracker-plugin

Gradle plugin to continuously track and report your build times
https://plugins.gradle.org/plugin/net.rdrei.android.buildtimetracker
Apache License 2.0
1.21k stars 67 forks source link

Build Time Summary logged out at quiet level #57

Closed adamdougal closed 8 years ago

adamdougal commented 8 years ago

Having an issue when running a task using the --quiet flag, where we grab the output and use it to checkout a git tag. However since adding the build time tracker plugin (which is great, thanks!) this has stopped working as the build time summary is logged out at this level too.

Would INFO not be a better level for this to be logged out? Or can this be made configurable?