You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status user reported there're some logs that use local timezone, which exposes user's location.
I fixed a few in status-go, but there're some in go-waku as well:
Problem
Status user reported there're some logs that use local timezone, which exposes user's location.
I fixed a few in status-go, but there're some in
go-waku
as well:go-waku/waku/v2/peermanager/peer_connector.go
Line 210 in 19a47a1
go-waku/waku/v2/peermanager/peer_connector.go
Line 214 in 19a47a1
go-waku/waku/v2/peermanager/peer_connector.go
Line 231 in 19a47a1
Solution
When logging, we should always convert time to UTC.
The text was updated successfully, but these errors were encountered: