Add grpc-zerolog reference (fix #58)
This commit is contained in:
parent
d2b7a51951
commit
89162918d0
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue