googleapis / nodejs-logging-bunyan

Node.js client integration between Stackdriver Logging and Bunyan.
https://cloud.google.com/logging/
Apache License 2.0
63 stars 34 forks source link

Update dependency @google-cloud/logging from 9.0.0 to 9.6.9 #595

Closed tiiaelina closed 2 years ago

tiiaelina commented 2 years ago

Error "GoogleError: Total timeout of API google.logging.v2.LoggingServiceV2 exceeded 60000 milliseconds before any response was received" appears in system using @google-cloud/logging-bunyan . Error has been fixed to @google-cloud/logging version 9.6.9 : https://github.com/googleapis/nodejs-logging/issues/1185 https://github.com/googleapis/nodejs-logging/pull/1225

Environment details

losalex commented 2 years ago

Thanks a lot for your patience - I believe this issue is should be resolved completely by 601. Please follow instructions in Error handling with a default callback to handle timeout errors. Alternatively you can adopt Alternative way to ingest logs in Google Cloud managed environments if you run in Google Cloud with Cloud Logging Agent which will output all structured logging data into process.stdout which then will be picked by agent. Feel free to reactivate or comment if you have more concerns