-
-
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
fix(utils/createLogger): ensure quiet
always takes precedence (options.quiet
)
#1486
Conversation
quiet
is respectedquiet
always takes precedence (options.quiet
)
Codecov Report
@@ Coverage Diff @@
## master #1486 +/- ##
=======================================
Coverage 74.02% 74.02%
=======================================
Files 10 10
Lines 666 666
=======================================
Hits 493 493
Misses 173 173
Continue to review full report at Codecov.
|
@michael-ciniawsky looks like breaking change 😕 |
Strictly speaking yes, but it shouldn't 'break' anything in this case imho |
@michael-ciniawsky feel free to merge and release patch version |
Dependencies: updated via `npm audit --fix`
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
andquiet
totrue
still reported errors (and warnings), despite the fact thatquiet
should silence everything.Breaking Changes
N/A
Additional Info
Screenshot includes
wdm
error message. Also displaying the fulldevServer
config above it.