laabr icon indicating copy to clipboard operation
laabr copied to clipboard

well-formatted, extendable pino logger for hapi.js

Results 13 laabr issues
Sort by recently updated
recently updated
newest added

Bumps [hapi-pino](https://github.com/pinojs/hapi-pino) from 8.5.0 to 10.2.0. Release notes Sourced from hapi-pino's releases. v10.2.0 What's Changed Add note about deprecated option by @​ghostdevv in pinojs/hapi-pino#170 Add tests to validate types extension...

dependencies

Bumps [ava](https://github.com/avajs/ava) from 3.15.0 to 4.3.3. Release notes Sourced from ava's releases. v4.3.3 Add compatibility with Node.js 18.8, thanks @​Brooooooklyn #3091. Full Changelog: https://github.com/avajs/ava/compare/v4.3.1...v4.3.3 v4.3.1 What's Changed When translating line...

dependencies

Bumps [pino](https://github.com/pinojs/pino) from 6.14.0 to 8.4.2. Release notes Sourced from pino's releases. v8.4.2 What's Changed build(deps-dev): bump pino-pretty from 8.1.0 to 9.0.0 by @​dependabot in pinojs/pino#1519 chore: update pino-pretty example...

dependencies

Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0. Release notes Sourced from standard's releases. v17.0.0 We're super excited to announce standard 17! This major release fully focuses on getting in sync with...

dependencies

Hello thanks for this library. It is really useful. After working a while with it, I wanted to use the redact feature of pino to remove some sensitive information from...

bug

Bumps [ava](https://github.com/avajs/ava) from 3.15.0 to 5.0.1. Release notes Sourced from ava's releases. v5.0.1 Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported....

dependencies

Bumps [pino](https://github.com/pinojs/pino) from 6.14.0 to 8.7.0. Release notes Sourced from pino's releases. v8.7.0 What's Changed Add DestinationStreamMetadata type to pino.d.ts by @​segevfiner in pinojs/pino#1566 fix: remove pretty print in types,...

dependencies

Bumps [hapi-pino](https://github.com/pinojs/hapi-pino) from 8.5.0 to 11.0.0. Release notes Sourced from hapi-pino's releases. v11.0.0 What's Changed Update to [email protected] and [email protected] by @​kungfutse in pinojs/hapi-pino#175 New Contributors @​kungfutse made their first...

dependencies

I'm using this package in hapi js and i wanted to disable the payload log when it's a huge payload and log the error when there is any error but...

When I use `curl` to make request to hapi I am getting this information: ``` curl -X DELETE -H "Authorization: Bearer $TOKEN" "http://localhost:9000/api/foo?blub=hufnefal" {"statusCode":400,"error":"Bad Request","message":"failed to delete"}% ``` The information...