mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 09:12:28 +00:00
reformat error funcs, improved logger
This commit is contained in:
@ -15,7 +15,7 @@ var (
|
||||
type log struct{}
|
||||
|
||||
func init() {
|
||||
defaultLogger = &logger{FieldLogger: logrus.New()}
|
||||
defaultLogger = &logger{fl: logrus.New()}
|
||||
}
|
||||
|
||||
func SetDefault(logger Logger) {
|
||||
|
Reference in New Issue
Block a user