fix(utils/createLogger): ensure `quiet` always takes precedence (`options.quiet`) by lukeed · Pull Request #1486 · webpack/webpack-dev-server

  • This is a bugfix
  • This is a code refactor
  • This is a test update
  • This is a typo fix
  • This is a metadata update

For Bugs and Features; did you add new tests?

Doesn't look like logLevel is currently tested, aside from validation. Also not sure how to test this~

Motivation / Use-Case

Setting noInfo and quiet to true still reported errors (and warnings), despite the fact that quiet should silence everything.

Breaking Changes

N/A

Additional Info

Screenshot includes wdm error message. Also displaying the full devServer config above it.

screen shot 2018-09-02 at 12 43 38 pm