Commit Graph

7 Commits

Author SHA1 Message Date
Garrett Gutierrez 506b773066
Implemented component logging (#3617) 2020-06-26 12:04:47 -07:00
Ning Xie a7c1650ef7 fix typos (#3111) 2019-10-22 10:46:34 -07:00
Anthony Fok 2d6a3edc72 cleanup: fix typo (#3084) 2019-10-09 10:10:07 -07:00
Doug Fawley 38b35dcb7c
cleanup: lower-case starting character of error strings (#2572) 2019-01-15 16:09:35 -08:00
Menghan Li 0efb1e105d
binarylog: no warning if no config string is set (is empty string) (#2430) 2018-11-01 14:31:10 -07:00
Menghan Li 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
Menghan Li a338994886
binarylog: implement env variable config parsing (#2299) 2018-09-26 13:03:54 -07:00