nodejs-logging-bunyan
nodejs-logging-bunyan copied to clipboard
Node.js client integration between Stackdriver Logging and Bunyan.
**Is your feature request related to a problem? Please describe.** Today some requests might contain oversized log entries which cause entire write request to be dropped instead just of oversized...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cpy-cli](https://togithub.com/sindresorhus/cpy-cli) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/cpy-cli/3.1.1/4.2.0) | [](https://docs.renovatebot.com/merge-confidence/)...
Note: #634 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 80a21f5b23fed91216b09c6b772f927afb8070af buildURL: [Build Status](https://source.cloud.google.com/results/invocations/1a709e49-d572-4adc-aeb9-7767ef842c81), [Sponge](http://sponge2/1a709e49-d572-4adc-aeb9-7767ef842c81) status:...
For us would be very useful to be able to set labels for a LoggingBunyan instance. **Is your feature request related to a problem? Please describe.** Filtering logs in the...
Hello. I'm trying to add logs on my nodejs CF with bunyan. My logging setup looks like this: ``` const { ENV } = require("./env"); const bunyan = require('bunyan'); //...
Hi, My application is deployed as a container on Cloud Run, and I was observing duplicate request entries in the logs explorer:  Digging...
Hello! We have been using this library since more than one year, by making use of the middleware for request bundling and metadata. Recently we decided to improve our logging...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^16.0.0` -> `^18.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.0/18.11.5) |...
This doesn't really fix an issue but I happened to notice the awkward use of `ReturnType` where a simple type import does the same.