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

feat: Save logs to cloud storage? #67

Open
jacobdadams opened this issue May 17, 2022 · 1 comment
Open

feat: Save logs to cloud storage? #67

jacobdadams opened this issue May 17, 2022 · 1 comment

Comments

@jacobdadams
Copy link
Member

Does it make more sense to save logs to a cloud storage bucket so that a person doesn't need access to the full GCVE machine to check the logs?

Would we want to keep the local log in place?

Could we do incremental logging to the same file (ie, append mode) to GCS for future auditor updates that write out incrementally?

Is there a better logging mechanism/pattern in GCP than just dumping files into buckets?

@steveoh
Copy link
Member

steveoh commented May 17, 2022

I am biased toward native cloud logging. If you determine the physical file to be important than you can do both. But it is very simple to give access to read, write, and query the logs in a cloud project.

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

2 participants