mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
docs: update logger level precedence stated in docs, moving http
between info
and debug
(#4723)
Fixes #4654
This commit is contained in:
parent
96b28575a3
commit
39f7fd6057
3 changed files with 3 additions and 3 deletions
|
@ -35,5 +35,5 @@ Note: Rotating log stream is not supported in cluster mode. [See here](https://g
|
|||
| type | string | No | [stdout, file] | all | define the output |
|
||||
| path | string | No | verdaccio.log | all | if type is file, define the location of that file |
|
||||
| format | string | No | [pretty, pretty-timestamped] | all | output format |
|
||||
| level | string | No | [fatal, error, warn, http, info, debug, trace] | all | verbose level |
|
||||
| level | string | No | [fatal, error, warn, info, http, debug, trace] | all | verbose level |
|
||||
| colors | boolean | No | false | v5.7.0 | disable or enable colors |
|
||||
|
|
|
@ -35,5 +35,5 @@ Note: Rotating log stream is not supported in cluster mode. [See here](https://g
|
|||
| type | string | No | [stdout, file] | all | define the output |
|
||||
| path | string | No | verdaccio.log | all | if type is file, define the location of that file |
|
||||
| format | string | No | [pretty, pretty-timestamped] | all | output format |
|
||||
| level | string | No | [fatal, error, warn, http, info, debug, trace] | all | verbose level |
|
||||
| level | string | No | [fatal, error, warn, info, http, debug, trace] | all | verbose level |
|
||||
| colors | boolean | No | false | v5.7.0 | disable or enable colors |
|
||||
|
|
|
@ -35,5 +35,5 @@ Note: Rotating log stream is not supported in cluster mode. [See here](https://g
|
|||
| type | string | No | [stdout, file] | all | define the output |
|
||||
| path | string | No | verdaccio.log | all | if type is file, define the location of that file |
|
||||
| format | string | No | [pretty, pretty-timestamped] | all | output format |
|
||||
| level | string | No | [fatal, error, warn, http, info, debug, trace] | all | verbose level |
|
||||
| level | string | No | [fatal, error, warn, info, http, debug, trace] | all | verbose level |
|
||||
| colors | boolean | No | false | v5.7.0 | disable or enable colors |
|
||||
|
|
Loading…
Reference in a new issue