https://github.com/silicon-ally/zapgcp
A utility for configuring go.uber.org/zap logging for GCP's Cloud Logging infrastructure.
https://github.com/silicon-ally/zapgcp
gcp logging zap
Last synced: 4 months ago
JSON representation
A utility for configuring go.uber.org/zap logging for GCP's Cloud Logging infrastructure.
- Host: GitHub
- URL: https://github.com/silicon-ally/zapgcp
- Owner: Silicon-Ally
- License: mit
- Created: 2023-02-15T20:02:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T02:27:27.000Z (about 3 years ago)
- Last Synced: 2025-12-17T10:41:19.250Z (6 months ago)
- Topics: gcp, logging, zap
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_This package was developed by [Silicon Ally](https://siliconally.org) while
working on a project for [Adventure Scientists](https://adventurescientists.org).
Many thanks to Adventure Scientists for supporting [our open source
mission](https://siliconally.org/policies/open-source/)!_
# zapgcp
`zapgcp` is a simple package for configuring a `zap` (go.uber.org/zap) logger
for use with Google Cloud Platform's Cloud Logging infrastructure. Check out
[the `examples/` directory](/examples/) and
[the docs](https://pkg.go.dev/github.com/Silicon-Ally/zapgcp?tab=doc) for more
details and usage instructions.
[](https://pkg.go.dev/github.com/Silicon-Ally/zapgcp?tab=doc)
[](https://github.com/Silicon-Ally/zapgcp/actions?query=branch%3Amain)
## Contributing
Contribution guidelines can be found [on our website](https://siliconally.org/oss/contributor-guidelines).