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

🌲high performance debug logging 🐞

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

Since the pino-elasticsearch library implements @elastic/elasticsearch which calls debug, you must initialize pino-debug before creating your logger instance which prevents you from being able to pass that logger instance into...

Bumps [pino](https://github.com/pinojs/pino) from 6.14.0 to 8.6.1. Release notes Sourced from pino's releases. v8.6.1 What's Changed build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @​dependabot in pinojs/pino#1563 fix(tools): log[level] compatible with...

dependencies
javascript

Hello, It would be useful if this project included typescript definitions and updated usage examples for ES modules. Thanks, Jeff

Fixes the issues in #105 Updating to tap@18 resolved the issue of tests failing when running via tap CLI. However, tap migrated its coverage collection to c8 which uses v8's...

Bumps [pino](https://github.com/pinojs/pino) from 6.14.0 to 8.11.0. Release notes Sourced from pino's releases. v8.11.0 What's Changed Add script to bump version by @​jsumners in pinojs/pino#1643 Add Node 19 to the CI...

dependencies
javascript

Bumps [tap](https://github.com/tapjs/node-tap) from 14.11.0 to 16.3.4. 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...

dependencies
javascript

I am currently on a TS project in a project type CommonJS with fastify. The compiled version looks like this: ```js "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const...

In case of multiple log arguments `debug("Redis options", options);` native debug.js produces ` package:server Redis options { host: 'redis.dev.aaa.io', port: '6379', password: 'some, no_ready_check: true, tls: { checkServerIdentity: [Function: checkServerIdentity]...

In case of multiple log arguments ``` debug("Redis options", options); ``` native debug.js produces ``` package:server Redis options { host: 'redis.dev.aaa.io', port: '6379', password: 'some, no_ready_check: true, tls: { checkServerIdentity:...

* Update dependencies * Updated dependencies * chore(workflows): update node matrix to 18, 20 ---------