remove peer addr from log
This commit is contained in:
parent
41709e2ee5
commit
b54e141a13
@ -35,10 +35,6 @@ func Identity(val string) zap.Field {
|
||||
return zap.String("identity", val)
|
||||
}
|
||||
|
||||
func Addr(val string) zap.Field {
|
||||
return zap.String("addr", val)
|
||||
}
|
||||
|
||||
func FileId(fileId string) zap.Field {
|
||||
return zap.String("fileId", fileId)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user