0
Fork 0
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:
Juan Picado 2022-03-04 19:52:10 +01:00
parent 76d78b0328
commit 1debee3e9d
2 changed files with 2 additions and 1 deletions

View file

@ -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 |

View file

@ -1,7 +1,7 @@
{
"private": true,
"name": "@verdaccio/website",
"version": "5.6.0",
"version": "5.7.0",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",