pino-cloudwatch icon indicating copy to clipboard operation
pino-cloudwatch copied to clipboard

AWS CloudWatch Logs transport for pino

Results 20 pino-cloudwatch issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...

dependencies

I stumbled upon an issue where [pino-cloudwatch](https://github.com/dbhowell/pino-cloudwatch) as a Writable Stream would result in no reported events. That's because the default interval is only set when running through `bin/pino-cloudwatch.js` and...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

```js import pino from 'pino' import cloudwatchStream from 'pino-cloudwatch' const { CLOUDWATCH_NODEJS_LOG_GROUP, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, } = process.env export const logger = pino( { name: 'mqtt-broker', level: process.env.LOG_LEVEL || 'info',...

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.668.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Recently I read about new [v7+ transports](https://getpino.io/#/docs/transports?id=v7-transports) and I would like to know if you have any plan to support this new architecture?

Recently we have a bug in production that causes too many open file (ie ulimit). When this happens our application still works with some random error. however, the logs will...

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies