node-bunyan
node-bunyan copied to clipboard
a simple and fast JSON logging module for node.js services
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?
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.
To set headers properly on the standard serializer for response details instead of letting `header` property to `null` 
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 [](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...
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`