Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Consider configuring Structured Logs for Cloud Run #13

Open
yuri-sergiichuk opened this issue Aug 5, 2020 · 0 comments
Open

Consider configuring Structured Logs for Cloud Run #13

yuri-sergiichuk opened this issue Aug 5, 2020 · 0 comments

Comments

@yuri-sergiichuk
Copy link
Contributor

Cloud Run provides logs gathered from the System.out and System.err out of the box, but the logs are treated by the Stackdriver as plain text messages.

In order to improve the debug and maintenance capabilities, we need to configure Structured logging. The structured (JSON) logs are ingested by the Stackdriving giving us better filtering and searching functionality. E.g. one can find logs by the severity level or for some specific logger using the structured logging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant