-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 possibility to hide even startup information when quiet === true #2525
Comments
There is I use the following settings and see no console output.
|
This is confusing behavior. WDS is explicitly bypassing the configured logger when |
@jquense yep, for v4 we migrate on built-in webpack logger (problems doesn't exist), so you can easy disable all logs, for v3 you should use |
@alexander-akait
I would like to get rid of all the "<i>" lines |
For logger please use https://webpack.js.org/configuration/other-options/#level |
If you want to hide unnecessary things, please use |
Impossible, because it means |
@alexander-akait |
It’s the first time I see this “output design” choice, so it bugged me too. I understand the intent, but the message is pretty clear by itself. Not sure it needs an additional flag to indicate it’s informative. |
Code
REPRODUCIBLE REPO
From the documentation
However I want to hide also the startup information.
This happened since #2235, is there a plan to support hiding that information as well again?
Expected Behavior
Nothing should be outputted to the console
Actual Behavior
For Features; What is the motivation and/or use-case for the feature?
I am using webpack-dev-server in a custom webapp builder, where I have my custom logs. Something like create-react-app. I want to decide what is output to the console and what not.
The text was updated successfully, but these errors were encountered: