-
Notifications
You must be signed in to change notification settings - Fork 38
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
Get rid of logs original test logs #105
Comments
You can omit the summary line ( |
Thankfully Gradle outputs all that output that you don't want using stderr. So it's just a matter of redirecting stderr to
Which prints for me:
We can go one level further and silence those deprecations too by using
Which now prints
|
Hi, Thanks for such a cool plugin.
I use continuous mode while I am writing code, so I would like to get rid of the mostly-useless original logs that, I am guessing, are made by the android-plugin. Is there a way to configure test-logging so that it takes over the original logging ? or maybe I could set something manually to get this effect ?
That is, I want this to be the last few lines in the output
And want this to not get logged.
The text was updated successfully, but these errors were encountered: