nodejs-logging-winston
nodejs-logging-winston copied to clipboard
Node.js client integration between Stackdriver Logging and Winston.
I try to add google winston with **_Nestjs_** project to startup. but got this error: `/Users/user/Desktop/project/service/node_modules/@grpc/grpc-js/src/call.ts:81 const error = new Error(message); ^ Error: 3 INVALID_ARGUMENT: Timestamp is over a day...
Discovered in [732](https://github.com/googleapis/nodejs-logging-winston/issues/732).
Ability to see the reason for `Total timeout of API google.logging.v2.LoggingServiceV2 exceeded...`
Currently if there is something wrong and log cannot be sent, you will just get an error with message `Total timeout of API google.logging.v2.LoggingServiceV2 exceeded...` but would be nice that...
**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...
Hello, I'm using `@google-cloud/logging-winston` and the `express` middleware for logging purpose. When using it on production within a service that receives more than 100 requests/second I see a huge increase...
Hi there, We were trying to understand why our NodeJS app (express) was slow to launch (9s), and after using tracing and https://github.com/davidmarkclements/0x we found that this library was in...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
The use case is quite simple. I'd like to attach some custom data to request logs, such as which user is associated with this request. This data is available on...
#### Environment details - OS: GKE 1.20 - Node.js version: node:14-alpine - npm version: 7.16.0 - `@google-cloud/logging-winston` version: 5.1.0 #### Steps to reproduce I have written a simple application to...
**Is your feature request related to a problem? Please describe.** I am using http log level (default log level from winston) to display result of API calls. But it makes...