mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: update config to use log property (#3339)
Update config.yaml to use log property instead of the depreciated logs When using logs the following error occurs ``` Error: Error: the property config "logs" property is longer supported, rename to "log" and use object instead ```
This commit is contained in:
parent
cd02e8d56a
commit
43c164efe0
1 changed files with 1 additions and 1 deletions
|
@ -66,6 +66,6 @@ middlewares:
|
|||
enabled: true
|
||||
|
||||
# log settings
|
||||
logs:
|
||||
log:
|
||||
- { type: stdout, format: pretty, level: trace }
|
||||
#- {type: file, path: verdaccio.log, level: info}
|
||||
|
|
Loading…
Reference in a new issue