remove peer addr from log

This commit is contained in:
Sergey Cherepanov 2023-05-05 16:30:22 +02:00
parent 36cb769379
commit 0ca41dbd47
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -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)
}