Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Default is the default logrus logger Default = logrus.StandardLogger() // GrpcGo is a dedicated logrus logger for the grpc-go library. We use it // to control the library's chattiness. GrpcGo = logrus.New() // Loggers is convenient when you want to apply configuration to all // loggers Loggers = []*logrus.Logger{Default, GrpcGo} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.