Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Logging provider for Cloud Functions that outputs structured logs to process.stdout #605

Merged
merged 2 commits into from
Mar 21, 2022

Conversation

losalex
Copy link
Contributor

@losalex losalex commented Mar 21, 2022

There are problems reported by users about inability to flush logging data in serverless environments like Cloud Functions reported in 603. The idea is to add support to print structured logging to STDOUT, so the logging output would be picked up by Cloud Logging Agent in Google Cloud managed environment.

Fixes #536 🦕

@losalex losalex requested review from a team as code owners March 21, 2022 21:32
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Mar 21, 2022
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/nodejs-logging-bunyan API. label Mar 21, 2022
@losalex losalex added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed api: logging Issues related to the googleapis/nodejs-logging-bunyan API. size: s Pull request size is small. labels Mar 21, 2022
@losalex losalex assigned losalex and unassigned minherz Mar 21, 2022
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Mar 21, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants