node-lambda-log icon indicating copy to clipboard operation
node-lambda-log copied to clipboard

Basic logging mechanism for Node.js Lambda Functions and other AWS services, which produces logs in JSON format for easier reading through Cloudwatch Logs.

Results 16 node-lambda-log issues
Sort by recently updated
recently updated
newest added

## CAUTION! This branch and release (`@beta`) is under heavy development. This exists for testing and anyone who is willing to help out with testing. **DO NOT USE IN PRODUCTION!**...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, when I set `log.options.logHandler = myConsole` and the call `log.info("test")` `myConsole` is not being invoked. However the following 2 alternatives work fine: `log.console = myConsole` and `log = new...

bug

Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

## What happens? undefined ERROR Uncaught Exception {"errorType":"TypeError","errorMessage":"lambda_log_default.a is not a constructor" ## Steps to reproduce /lib/logging.ts: import LambdaLog from "lambda-log"; export const logger: LambdaLog = new LambdaLog(); /util/logging.ts: import...

I completely understand that you should log in JSON format when deployed, but locally during development, even with `dev: true` the experience isn't that great because then each log entry...

enhancement

### Type of Change New Feature to set a specific loglevel and do not log anything below that level. It also incoorperates with custom loglevels. I did not change the...

enhancement
breaking change

### Description I want to rewrite LambdaLog from the ground up using TypeScript. This will provide a few benefits: - Type definitions will live in the repo instead of using...

enhancement
breaking change

### Description I'm using unofficial `@types/lambda-log` package, and it seems to be incorrect or outdated. For example, in the `options` object, it doesn't show me `tagsKey` and `messageKey` properties, however,...

enhancement