1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

remove peer addr from log

This commit is contained in:
Sergey Cherepanov 2023-05-05 16:30:22 +02:00 committed by Mikhail Iudin
parent 41709e2ee5
commit b54e141a13
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -35,10 +35,6 @@ func Identity(val string) zap.Field {
return zap.String("identity", val) return zap.String("identity", val)
} }
func Addr(val string) zap.Field {
return zap.String("addr", val)
}
func FileId(fileId string) zap.Field { func FileId(fileId string) zap.Field {
return zap.String("fileId", fileId) return zap.String("fileId", fileId)
} }