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
Adjust mspimpl.go/Validate log level from Inf to Dbg
When the ordering service receives invocation requests,
and is configured at logging severity level of INFO,
all it prints is MSP <MSP.name> validating identity.
This is inconsistent with the rest of the system.
Either more information needs to be printed at INFO,
or none at all.
Hence I am changing this to Debugf.
Change-Id: If9bf37c29d44a7c21abc6561022db1bd33905304
Signed-off-by: Yacov Manevich <[email protected]>
0 commit comments