-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
🙋Add verbose logging mode #993
Comments
This should be VERY easy to implement 😃 😇 🚀 We already have an option called The easiest way to do it is to make the CLI option called If you just add that to the commands in |
@davidnagli We don't have a verbose level though, this would require someone to add an extra level to the loglevel value for example go up to lvl 4 instead of 3, 4 being verbose |
@DeMoorJasper How is lvl 3 different from the verbose mode that @bfred-it is describing? What would be new in lvl 4? |
If i understand correctly the difference would be that it prints everything (like not overwriting status but just taking a newline every time) |
Gochya 👍 We should probably document the log levels somewhere. From what I pieced together:
|
Is this issue still being worked on? I'd be interested in starting to contribute too this project and this seems like a good starting point. |
This would be super helpful! Two engs here (myself included) just spent a day trying to figure out when our Parcel build was hanging – as in, which file it was hung up on. Without an option to capture the output, we had no insight. (Side note: It turned out to be a |
I'll open up a new PR that does the same as my current one but without any log calls, as I haven't had the chance to reliably performance test the difference (and there are a couple merge conflicts) |
So once I add --log-level 2 to my start script, where CAN I SEE IT? |
Choose one: is this a 🐛 bug report or 🙋 feature request?
🙋 feature request
It's impossible to debug an issue or to show anyone if I can't see what's happening. All logging messages are replaced one the build is done.
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
😯 Current Behavior
🔦 Context
Mostly for debugging purposes
🌍 Your Environment
The text was updated successfully, but these errors were encountered: