-
-
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: respect infastructureLogging.level for client.logging #3613
Conversation
978dca5
to
f5c319c
Compare
|
||
options.client.logging = | ||
configWithInfrastructureLogging.infrastructureLogging.level; | ||
} |
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.
I think we need better logic here, ideally we should get options from compiler where we found devServer
options
d3c2cf5
to
823420b
Compare
WIP on tests |
Also refactor other weird cases |
b15273a
to
cda3ec1
Compare
Codecov Report
@@ Coverage Diff @@
## master #3613 +/- ##
==========================================
- Coverage 93.87% 93.58% -0.30%
==========================================
Files 15 15
Lines 1290 1294 +4
Branches 443 446 +3
==========================================
Hits 1211 1211
- Misses 72 76 +4
Partials 7 7
Continue to review full report at Codecov.
|
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
Fix #2889
Breaking Changes
None
Additional Info
No