Skip to content
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

Configuration option for changing the log level #124

Merged
merged 4 commits into from
Mar 7, 2020

Conversation

rabidaudio
Copy link
Contributor

This adds a configuration option logLevel which can be one of the Gradle log levels.

I realize it's a bit strange to log test results on any level other than lifecycle but the use case we're experiencing is that Gradle is printing a lot of noise for various compilation tasks (an Android project with multiple modules) and the test results get lost in the noise, so we are going to pass --quiet and have our test results log on quiet. Totally understand if you don't want to support this use case, we can keep using our fork.

I added a unit test and functional test, but I forgot to update the docs. If you're interested in accepting this PR let me know and I'll update the docs.

@radarsh
Copy link
Owner

radarsh commented Jun 28, 2019

Hi, @rabidaudio, thanks for submitting this PR. I will review this in the near future and provide feedback.

@mattdkerr
Copy link

looks good to me-- has this been tested in kotlin-dsl?

Copy link
Owner

@radarsh radarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this pull request. It seems very useful. Just have couple of minor suggestions. If you could implement those, I will be happy to merge it.

@rabidaudio
Copy link
Contributor Author

Sorry for the delay here. I addressed the issues and rebased against develop.

@radarsh radarsh merged commit 2b6304d into radarsh:develop Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants