-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
docs(clientLogLevel): update clientLogLevel options #2976
Conversation
From webpack/webpack-dev-server#1825 * Changed `none` to `silent` * Changed `warning` to `warn` * Added `trace` and `debug
Preview is ready Built with commit 16d99f5 https://deploy-preview-2976--webpackjsorg-netlify.netlify.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Hi @gabemeola Please ping me when its getting released. |
@evilebottnawi maybe worth doing a release? |
Yes, in near future, we need revert one of commits /cc @hiroppy can you take care about revert, no access to compute right now |
Which the commit? |
@hiroppy webpack/webpack-dev-server@2f7f052 webpack/webpack-dev-server#1777 It is invalid solution, now we support |
Hi @gabemeola |
@EugeneHlushko I want to merge this pr. Related webpack/webpack-dev-server#2021 |
@@ -175,27 +175,29 @@ webpack-dev-server --bonjour | |||
|
|||
## `devServer.clientLogLevel` | |||
|
|||
`string: 'none' | 'info' | 'error' | 'warning'` | |||
`string: 'silent' | 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'none' | 'warning'` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay lets see tests pass and we merge this |
Thanks! CC @hiroppy |
Thanks! |
From webpack/webpack-dev-server#1825
none
tosilent
warning
towarn
trace
and `debug