Logging stops after google.logging.v2.LoggingServiceV2 timeout #1534
Labels
api: logging
Issues related to the googleapis/nodejs-logging API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/logging
version: 10.5.0@grpc/grpc-js
version: 1.8.22google-gax
version: 3.6.1Steps to reproduce
From this point onwards, no logs from our app are written and visible in the Log Explorer. Notably, followed the steps from https://cloud.google.com/logging/docs/agent/logging/troubleshooting and it seems like fluentd is still alive, as we are able to see traces of later requests in the Log Explorer but no app logging from them.
This seems like the same issue as 617, though in that case upgrading the package versions helped. I have included all the versions I am using at the top.
Is there some way to catch this error and retry logging overall? Seems odd that the logging service dies completely after one failed request.
The text was updated successfully, but these errors were encountered: