obsrvbl-oss / gcp-flowlogs-reader

Command line tool and Python library for working with Google Cloud VPC Flow Logs
Apache License 2.0
9 stars 2 forks source link

Stop limiting google-cloud-logging to version 1.x #15

Closed mrg29 closed 3 years ago

mrg29 commented 3 years ago

Issue: https://github.com/obsrvbl/devops/issues/6855

That issue mentions this migration guide, which says:

google.cloud.logging is an alias for google.cloud.logging_v2.

That is not true. It's similar but not an alias. And the difference was enough to break our tests.