npm verdaccio 3.8.0

latest releases: 7.0.0-next-7.17, 5.31.1, 7.0.0-next-7.16...
5 years ago

3.8.0 (2018-09-05)

Bug Fixes

Features

  • exposed rotating-file log for json logging (#948) (5ca0ca5)

Highlights

To enable rorating files just need to add a new type rotating-file and options based on https://github.com/trentm/node-bunyan#stream-type-rotating-file

For more information: https://verdaccio.org/docs/en/logger

logs:
 - {type: stdout, format: pretty, level: http}
 - {type: rotating-file, format: json, path: /path/to/log.jsonl, level: http, options: {period: 1d}}

Don't miss a new verdaccio release

NewReleases is sending notifications on new releases.