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
When reviewing most of the log usage in #1928 I noticed several structures did not have an associated .String() string method, which makes the log ugly and bit pointless (e.g. who cares about a pointer address).
The following structures were identified as logged out, complex enough and without a String method:
Issue summary
When reviewing most of the log usage in #1928 I noticed several structures did not have an associated
.String() string
method, which makes the log ugly and bit pointless (e.g. who cares about a pointer address).The following structures were identified as logged out, complex enough and without a String method:
dot.LogConfig
dot.NetworkConfig
dot.Config
dot.RPCConfig
types.GrandpaForcedChange
GrandpaMessage
CommitMessage
VoteMessage
runtime.Context
PublicKey
(mirrorHex
withString
)done in chore(logging): replacebabe.Slot
log15
library #1928dot.LogConfig
types.GrandpaScheduledChange
scale.VaryingDataType
types.EpochData
types.GrandpaForcedChange
types.ConfigData
types.Block
types.Header
cfg.Core.Roles
lib/crypto.PublicKey
crypto.Keypair
The text was updated successfully, but these errors were encountered: