Commit Graph

7 Commits

Author SHA1 Message Date
Adam Michalik 4a119ee276 Use InfoDepth/FatalDepth in glogger.go
This way, log messages will show the proper location where the log
statement originated, instead of "glogger.go:67" or something like that.
2016-11-29 12:51:42 -08:00
Zellyn Hunter 65e7361599 Comment: explain concurrent access to grpclog.logger
grpc's pluggable logger is not mutex-protected: added comments that it
should be changed only in init() functions.
2016-02-01 15:07:17 -05:00
Tamir Duberstein 524ed331d2 Add grpclog/glogger to restore glog functionality 2015-06-09 10:47:28 -04:00
Qi Zhao c2d7a03d75 Merge pull request #218 from tamird/stdlib-logger
Remove dependency on `glog`
2015-06-08 16:05:18 -07:00
Tamir Duberstein da7217126b Remove dependency on `glog`
Addresses part of #217.
2015-06-08 17:44:29 -04:00
Peter Edge f5bae617c6 Add a Makefile to show development commands
Signed-off-by: Peter Edge <peter.edge@gmail.com>
2015-05-24 16:05:35 +02:00
Peter Edge 77e94abaae move log to grpclog 2015-05-09 11:38:40 +02:00