nodejs-logging-winston icon indicating copy to clipboard operation
nodejs-logging-winston copied to clipboard

Node.js client integration between Stackdriver Logging and Winston.

Results 54 nodejs-logging-winston issues
Sort by recently updated
recently updated
newest added

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...

type: question
priority: p3
api: logging

Discovered in [732](https://github.com/googleapis/nodejs-logging-winston/issues/732).

type: bug
priority: p2
api: logging

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...

type: question
priority: p3
api: logging

**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...

priority: p3
type: feature request
api: logging
logging-resilience

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...

type: bug
priority: p3
api: logging

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...

type: bug
priority: p2
api: logging
logging-resilience

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/)...

type: bug
priority: p3
api: logging

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...

priority: p2
type: feature request
api: logging

#### 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...

type: question
priority: p2
api: logging

**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...

priority: p3
type: feature request
api: logging