3.8.0 (2018-09-05)
Bug Fixes
Features
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}}