-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Logging #12
Logging #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good, I think that we will probably add more logs as we will refactor the code.
But there is a large part of this PR that is not related to logging, its more of a refactor/bugfix change.
I think we should split this into 2 PRs or at least 2 commits (and not squash merge)
Thanks @Gal-Zaidman the issues should now be resolved. |
I still see that everything is the same |
Please describe the change you are making
This PR adds logging to the image upload process via the go-ovirt-client-log library. It is based on #5 .