- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.5k
          fix(utils/createLogger): ensure quiet always takes precedence (options.quiet)
          #1486
        
          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
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
logLevelis currently tested, aside from validation. Also not sure how to test this~Motivation / Use-Case
Setting
noInfoandquiettotruestill reported errors (and warnings), despite the fact thatquietshould silence everything.Breaking Changes
N/A
Additional Info
Screenshot includes
wdmerror message. Also displaying the fulldevServerconfig above it.