We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/docker/notary/blob/master/trustpinning/certs.go#L143
logrus.Debugf("checking root against trust_pinning config", gun)
We can either use logrus.Debug or add the %s to it.
logrus.Debug
%s
The text was updated successfully, but these errors were encountered:
see: https://github.com/docker/notary/pull/942/files#diff-4a6abebbf46d656cef390e6049c5f356L143
Sorry, something went wrong.
@ecordell @HuKeping - that's definitely a great fix. Happy to have that in a separate PR as well if we want to fast-track it.
Thanks @ecordell ! I'll leave a closes link from that PR to here
closes
Successfully merging a pull request may close this issue.
https://github.com/docker/notary/blob/master/trustpinning/certs.go#L143
We can either use
logrus.Debug
or add the%s
to it.The text was updated successfully, but these errors were encountered: