-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
How to disable "The stdout and stderr logs" #429
Comments
Any particular reason these logs are bothering you? |
When i'm running test, sometime it delay (about 10 seconds) and then continue running. I don't want to create that log file, unless i'm getting any error that I want to know. |
I'm pretty sure it's the time the script waits for the app to install and launch, nothing to do with logs. Try running test with --loglevel verbose to see exactly what happens while the script is halting. |
Any news? Please provided the logs requested. |
This log file is created by default. I don't want to do that. How to disable this log file during running test. Please help.
The text was updated successfully, but these errors were encountered: