Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
I noticed a sentence that could use improvement with regards to grammar. The loglevel section currently reads:
The default value of loglevel is "notice" but there are several levels/types of logs available, including:
- "silent"
- "error"
- "warn"
- "notice"
- "http"
- "timing"
- "info"
- "verbose"
- "silly"
All logs pertaining to a level proceeding the current setting will be shown.
I think the original author may have intended to write preceding instead of proceeding.
Potential Solution
Setting a loglevel of "warn" would mean you'd see "warn" and "error" logs, that is, everything preceding "warn" in bulleted list.
I will open a PR - let me know if I'm misunderstanding something.
Affected URL
https://docs.npmjs.com/cli/v11/using-npm/logging#loglevel
Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
I noticed a sentence that could use improvement with regards to grammar. The
loglevelsection currently reads:I think the original author may have intended to write preceding instead of proceeding.
Potential Solution
Setting a
loglevelof"warn"would mean you'd see"warn"and"error"logs, that is, everything preceding"warn"in bulleted list.I will open a PR - let me know if I'm misunderstanding something.
Affected URL
https://docs.npmjs.com/cli/v11/using-npm/logging#loglevel