mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update 2021-04-14-verdaccio-5-migration-guide.md (#4573)
This commit is contained in:
parent
ffb6de3777
commit
1456bdd4a7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ We recommend, always try to use the latest LTS version to avoid next major force
|
||||||
|
|
||||||
Verdaccio replaces Bunyan by [Pino.js](https://github.com/pinojs/pino) as logger, with the objective to improve the performance and delegate some features to the external tools. The new logger configuration does not support multiple streams, thus the configuration must contain one single object.
|
Verdaccio replaces Bunyan by [Pino.js](https://github.com/pinojs/pino) as logger, with the objective to improve the performance and delegate some features to the external tools. The new logger configuration does not support multiple streams, thus the configuration must contain one single object.
|
||||||
|
|
||||||
### Pretty loggin {#pretty-loggin}
|
### Pretty logging {#pretty-loggin}
|
||||||
|
|
||||||
Verdaccio logging pretty print is a distinguished feature the very first time `verdaccio` commands runs.
|
Verdaccio logging pretty print is a distinguished feature the very first time `verdaccio` commands runs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue