-
Notifications
You must be signed in to change notification settings - Fork 897
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
Introduce $vcloud_log that logs into log/vcloud.log #16641
Conversation
cc0fa1b
to
aced56a
Compare
LGTM Reassigning to @blomquisg because he's been involved in the discussions. @miha-plesko Please, open an issue and mention that that's a request from Red Hat support team. Adding labels for backports. @chargio Please check that this is correct. |
@blomquisg @agrare We need some guidelines here:
|
I think this should be called |
With this commit we introduce yet another global logger that is to be used by VMware provider. We're having quite some logs there and it's better to log them into its own file. Signed-off-by: Miha Pleško <[email protected]>
aced56a
to
cb112a8
Compare
I like |
Checked commit miha-plesko@cb112a8 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
LGTM
I'm going to remove the backport labels since this is an RFE and doesn't seem to be critical |
@miha-plesko no problem :) |
@agrare The request for this comes from Support. They need the logs to be able to support properly the provider. So I would add the labels back if you don't mind 😄 , we want them backported |
Adding back the backport labels. This is specific for a Fine release. |
Introduce $vcloud_log that logs into log/vcloud.log (cherry picked from commit d144043) https://bugzilla.redhat.com/show_bug.cgi?id=1527555
Gaprindashvili backport details:
|
@miha-plesko Please create a separate PR for Fine branch. The logging has changed in master in #15397 and there are conflicts backporting this to Fine branch. |
There is a [PR](ManageIQ#16641) already merged in master that introduces $vcloud_log, but since logging has changed in this [PR](ManageIQ#15397), there are merge conflicts for fine branch. Hence this commit. Signed-off-by: Miha Pleško <[email protected]>
Done, I've assigned you on the fine PR. Probably we will also want to backport this vmware PR to actually make use of the new $vcloud_log. |
Backported to Fine via #16746 |
There is a [PR](ManageIQ#16641) already merged in master that introduces $vcloud_log, but since logging has changed in this [PR](ManageIQ#15397), there are merge conflicts for fine branch. Hence this commit. Signed-off-by: Miha Pleško <[email protected]>
With this commit we introduce yet another global logger that is to be used by VMware provider. We're having quite some logs there and it's better to log them into its own file.
@miq-bot add_label enhancement
@miq-bot assign @Fryguy
Related issue: #16642
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1525201
/cc @blomquisg @gberginc