googleapis / env-tests-logging

Apache License 2.0
3 stars 6 forks source link

go: add additional environment tests for go #93

Closed daniel-sanche closed 1 year ago

daniel-sanche commented 1 year ago

This PR builds out more environment tests for the Go Logging library

In the process of writing these tests, I discovered https://github.com/googleapis/google-cloud-go/issues/6995. It seems that standard out logs add timestamp fields to the log's payload

I have already updated the golang-envtest-pin tag to point the go tests against this branch, and all tests are passing