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:
parent
41709e2ee5
commit
b54e141a13
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue