6 Commits

Author SHA1 Message Date
400b4a0a6d binarylog: export Sink (#3879) 2020-09-22 09:52:20 -07:00
506b773066 Implemented component logging (#3617) 2020-06-26 12:04:47 -07:00
59acad4c45 cleanup: more simplifications (#2574) 2019-01-16 13:07:56 -08:00
24638f5984 binarylog: call binary log in Client and Server (#2388)
Also includes:
 - Export `NewLoggerFromConfigString` so it can be also used when config string is specified in another way (e.g. command line flag)
 - Export `Logger` so user can install custom sink
 - Add temp file sink implementation
2018-10-31 10:21:20 -07:00
39444b99c0 binarylog: implement methodlogger (#2334)
Method logger will be picked by each RPC at the beginning to log binary entries. It also handles truncating.

This PR also adds script to download proto from grpc/grpc-proto
2018-10-18 17:27:11 -07:00
a338994886 binarylog: implement env variable config parsing (#2299) 2018-09-26 13:03:54 -07:00