Add grpc-zerolog reference (fix #58)

This commit is contained in:
Olivier Poitrey 2018-04-26 13:41:11 -07:00 committed by GitHub
parent d2b7a51951
commit 89162918d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -477,6 +477,10 @@ go build -tags binary_log .
To Decode binary encoded log files you can use any CBOR decoder. One has been tested to work
with zerolog library is [CSD](https://github.com/toravir/csd/).
## Related Projects
* [grpc-zerolog](https://github.com/cheapRoc/grpc-zerolog): Implementation of `grpclog.LoggerV2` interface using `zerolog`
## Benchmarks
All operations are allocation free (those numbers *include* JSON encoding):