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

I want to write a test for my application that tests bunyan log levels: What is the best way to do this? How do you capture the log output?

needstriage
Type-Question

Citing your documentation: > time: Required. String. Added by Bunyan. ... but the "time" field added by Bynuan is an instance of `Date`, it is not a string.

needstriage
Type-Improvement
Component-Lib

To set headers properly on the standard serializer for response details instead of letting `header` property to `null` ![image](https://user-images.githubusercontent.com/19700174/127088197-9cbda8a0-bab6-4034-bbbe-a774fe79438c.png)

I have an application with the following bunyan configuration: ``` js bunyan.createLogger({ name: "my-application", streams: [{ level: "error", type: "rotating-file", path: path.join(dir, "/daily.log"), period: "1d", count: 7 }] }); ```...

hi I'd like to use multiple loggers within the same app (for different components) and be able to selectively enable/disable them, both based on name of the component and log...

Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=set-getter&package-manager=npm_and_yarn&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I can't find much documentation on using pino-noir with bunyan. Does Bunyan have an opinion on this? I'm asking as the way Bunyan serializers do redaction seems a bit incomplete...

* Fix `Uncaught TypeError: Cannot read property 'write' of undefined`