node-bunyan icon indicating copy to clipboard operation
node-bunyan copied to clipboard

a simple and fast JSON logging module for node.js services

Results 113 node-bunyan issues
Sort by recently updated
recently updated
newest added

In #457 you recommend passing a callable to log the request id. Is this limited to pure javascript? In typescript it seems I can pass custom strings only. I assume...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [tap](https://github.com/tapjs/node-tap). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

how can I provide a username and password in my code? I don't find anything related to this ``` if (_.get(logConfig, 'elastic.enable')) { const Elasticsearch = require('bunyan-elasticsearch') const {Client} =...

Bumps [debug](https://github.com/debug-js/debug) from 2.6.6 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! release...

dependencies

It's pretty common in development to do a lot of `node server.js` and watch the output. Piping that to bunyan is a bit annoying. It should default to doing the...

major
needstriage
Type-Improvement
Component-Lib

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [tap](https://github.com/tapjs/node-tap). These dependencies need to be updated together. Updates `debug` from 2.6.6 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [ms](https://github.com/vercel/ms) and [debug](https://github.com/debug-js/debug). These dependencies needed to be updated together. Updates `ms` from 0.7.3 to 2.0.0 Release notes Sourced from ms's releases. 2.0.0 Major Changes Limit str to 100...

dependencies

Hello, Currently I am only aware of doing this using serializers: `logger.error({ req: request, err: err }, "message");` I'd like to achieve this without needing to pass request object to...

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Fixes #692 The order of the dependencies is changed because `npm install --save-optional x` puts dependencies in alphabetical order.