Skip to content

Commit

Permalink
Fix npm logging levels on README.md (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
Userbit authored and DABH committed Dec 2, 2019
1 parent 64744d7 commit 7bb258c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -516,17 +516,18 @@ the `syslog` levels are prioritized from 0 to 7 (highest to lowest).
}
```

Similarly, `npm` logging levels are prioritized from 0 to 5 (highest to
Similarly, `npm` logging levels are prioritized from 0 to 6 (highest to
lowest):

``` js
{
error: 0,
warn: 1,
info: 2,
verbose: 3,
debug: 4,
silly: 5
http: 3,
verbose: 4,
debug: 5,
silly: 6
}
```

Expand Down

0 comments on commit 7bb258c

Please sign in to comment.