We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm
1 parent 64744d7 commit 7bb258cCopy full SHA for 7bb258c
README.md
@@ -516,17 +516,18 @@ the `syslog` levels are prioritized from 0 to 7 (highest to lowest).
516
}
517
```
518
519
-Similarly, `npm` logging levels are prioritized from 0 to 5 (highest to
+Similarly, `npm` logging levels are prioritized from 0 to 6 (highest to
520
lowest):
521
522
``` js
523
{
524
error: 0,
525
warn: 1,
526
info: 2,
527
- verbose: 3,
528
- debug: 4,
529
- silly: 5
+ http: 3,
+ verbose: 4,
+ debug: 5,
530
+ silly: 6
531
532
533
0 commit comments