mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01: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
@ -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 New Issue
Block a user