mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore: add new logger props
This commit is contained in:
parent
76d78b0328
commit
1debee3e9d
2 changed files with 2 additions and 1 deletions
|
@ -30,3 +30,4 @@ Note: Rotating log stream is not supported in cluster mode. [See here](https://g
|
|||
| 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 |
|
||||
| colors | boolean | No | false | v5.7.0 | disable or enable colors |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "@verdaccio/website",
|
||||
"version": "5.6.0",
|
||||
"version": "5.7.0",
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"start": "docusaurus start",
|
||||
|
|
Loading…
Add table
Reference in a new issue