pino-debug
pino-debug copied to clipboard
🌲high performance debug logging 🐞
Bumps [pino](https://github.com/pinojs/pino) from 6.14.0 to 8.4.1. Release notes Sourced from pino's releases. v8.4.1 What's Changed Add pino-transport-datadog to transports.md by @theogravity in pinojs/pino#1512 Simplify Google logging-specific configuration example by @andrew-demb...
Bumps [tap](https://github.com/tapjs/node-tap) from 14.11.0 to 16.3.0. Release notes Sourced from tap's releases. v16.0.0 https://node-tap.org/changelog/#160---2022-03-05 v15.0.0 15.0 - 2021-03-30 This is a major refactor of much of tap's internals, and a...
There are two tests that fail when run through `npm run test`. But they _do not_ fail when I run the `test/index.js` file through a debugging session or through `node...
Upon installing this module with yarn the following warning is encountered: ``` warning " > [email protected]" has unmet peer dependency "debug@>=2". ``` I understand that pino-debug requires debug directly in...
Updated project to tap 15. Most of changes are due to [deprecations](https://node-tap.org/changelog/#150---2021-03-30): - Several aliases are now deprecated (i.e `t.is`, `t.throw`) - `--esm` option was removed. Using causes the failures...
Resolves #61. Node 10 support is dropped as pino 7 no longer supports it and fails because `worker_threads` are required as seen by failures in #81
Could we please have updated version which has pino 7.x as dependency? Pretty please :-).
deletes debug module caches and reloads debug
I'm using [`esbuild`](https://esbuild.github.io/) on a project and `pino-debug` doesn't work because we're not using common js. I'm sure the exact same problem exists with webpack and maybe something similar with...
Hi, firstly thanks for this package, it is invaluable when using other third party libs with pino. Just wondering if a changelog could be added to the repo. I notice...