This commit is contained in:
Ning Xie
2019-10-23 01:46:34 +08:00
committed by Easwar Swaminathan
parent 041ead0785
commit a7c1650ef7
10 changed files with 20 additions and 20 deletions

View File

@ -34,7 +34,7 @@ type Logger interface {
}
// binLogger is the global binary logger for the binary. One of this should be
// built at init time from the configuration (environment varialbe or flags).
// built at init time from the configuration (environment variable or flags).
//
// It is used to get a methodLogger for each individual method.
var binLogger Logger