0
Fork 0
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:
Michael Ryan 2024-07-19 09:46:48 -07:00 committed by GitHub
parent 96b28575a3
commit 39f7fd6057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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 | | 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 | | 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 | | 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 | | colors | boolean | No | false | v5.7.0 | disable or enable colors |

View file

@ -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 | | 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 | | 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 | | 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 | | colors | boolean | No | false | v5.7.0 | disable or enable colors |

View file

@ -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 | | 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 | | 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 | | 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 | | colors | boolean | No | false | v5.7.0 | disable or enable colors |