Update NEWS

This commit is contained in:
Daniel García Aubert 2020-08-26 11:39:34 +02:00
parent 8ad72ff2ce
commit f85417a886

View File

@ -6,7 +6,7 @@ Released 2020-mm-dd
Breaking changes: Breaking changes:
- Log system revamp: - Log system revamp:
- Logs to stdout, disabled while testing - Logs to stdout, disabled while testing
- Upgrade `camshaft` to version [`0.66.0`](https://github.com/CartoDB/camshaft/releases/tag/0.66.0) - Upgrade `camshaft` to version [`0.67.1`](https://github.com/CartoDB/camshaft/releases/tag/0.67.1)
- Use header `X-Request-Id`, or create a new `uuid` when no present, to identyfy log entries - Use header `X-Request-Id`, or create a new `uuid` when no present, to identyfy log entries
- Be able to set log level from env variable `LOG_LEVEL`, useful while testing: `LOG_LEVEL=info npm test`; even more human-readable: `LOG_LEVEL=info npm t | ./node_modules/.bin/pino-pretty` - Be able to set log level from env variable `LOG_LEVEL`, useful while testing: `LOG_LEVEL=info npm test`; even more human-readable: `LOG_LEVEL=info npm t | ./node_modules/.bin/pino-pretty`
- Stop responding with `X-Tiler-Errors` header. Now errors are properly logged and will end up in ELK as usual. - Stop responding with `X-Tiler-Errors` header. Now errors are properly logged and will end up in ELK as usual.