-
-
Notifications
You must be signed in to change notification settings - Fork 197
Clean up terminal output with verbose mode #2006
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
Comments
With Do you think it is enough or we should further reduce logs? |
I consider this issue as resolved. Please open a separate one in case the current output is not short enough. |
This is not working after NS 4.0. Output contains lots of unnecessary things. |
I'm getting way too much console output in NativeScript 5.0.3 after installing nativescript-plugin-firebase. |
Currently, the terminal outputs virtually everything from underlying build processes. This makes the terminal extremely cluttered, and it's hard to find log statements because there is so much noise.
For instance, currently when we run
tns livesync ios --emualtor --watch
, the terminal shells out the following text.Most of the time, nearly all of this information is irrelevant to the developer. All they need to know is whether or not the command they issued is running, and what it's current status is. You might imagine that it could look like the following....
In the rare cases where the developer wants to see the complete output, they could pass in a
verbose
orv
flag.The text was updated successfully, but these errors were encountered: