An open API service indexing awesome lists of open source software.

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.

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.

[![GoDoc](https://pkg.go.dev/badge/github.com/Silicon-Ally/zapgcp?status.svg)](https://pkg.go.dev/github.com/Silicon-Ally/zapgcp?tab=doc)
[![CI Workflow](https://github.com/Silicon-Ally/zapgcp/actions/workflows/test.yml/badge.svg)](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).