Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reporegistry: move to logrus instead of log.Printf()
This commit removes the direct log.Printf() from the repo loading. With the coming daemonless CLI frontend to image building these prints are distracting for our users. Instead logrus (which is already used in the images library) is used with the appropriate "Infof()" and "Warnf()" methods.
- Loading branch information