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
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
However this is not used anywhere and it is not clear how consumers of this library can use it. All the exported New() Registry methods do not accept as argument the silent logger.
So can I create a new Registry client that doesn't have any logging at all?
Update:
Apparrently this is already solved by PRs #25 and #53 both of which are unmerged :-(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see that in the Registry source code there is a silent logger https://github.com/heroku/docker-registry-client/blob/master/registry/registry.go#L16
However this is not used anywhere and it is not clear how consumers of this library can use it. All the exported New() Registry methods do not accept as argument the silent logger.
So can I create a new Registry client that doesn't have any logging at all?
Update:
Apparrently this is already solved by PRs #25 and #53 both of which are unmerged :-(
The text was updated successfully, but these errors were encountered: