-
Notifications
You must be signed in to change notification settings - Fork 898
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 $nuage_log that logs into log/nuage.log #16455
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.
LGTM
@blomquisg this was actually a request that was made from the Red Hat support team during the official walkthrough session.
/cc @bronaghs
@gberginc, @miha-plesko I guess this needs to be added to the .rubocop_local file. @Fryguy Adding a provider-specific logger for Nuage related logging. Any additional things you can think of in the base repo that need to be taken care of? |
3194032
to
7c38237
Compare
@blomquisg as @miha-plesko is away this week, I pushed the change as you suggested. |
This pull request is not mergeable. Please rebase and repush. |
This pull request is not mergeable. Please rebase and repush. |
With this commit we introduce yet another global logger that is to be used by nuage 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 <miha.plesko@xlab.si>
ce81310
to
a0f4979
Compare
Seems like we just forgot to hit the Merge button on this one. Rebased and repushed to resolve merge conflicts, @Fryguy could you please hit the button when you can? ⏯ |
Checked commit miha-plesko@a0f4979 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@blomquisg Can we review this? |
We now have a BZ for this PR: https://bugzilla.redhat.com/show_bug.cgi?id=1534449 |
Ping 😇 |
@miq-bot add/label gaprindashvili/yes |
@chargio unrecognized command 'add', ignoring... Accepted commands are: add_label, assign, close_issue, move_issue, remove_label, rm_label, set_milestone |
@miq-bot add_label gaprindashvili/yes |
Introduce $nuage_log that logs into log/nuage.log (cherry picked from commit 2099b3e) https://bugzilla.redhat.com/show_bug.cgi?id=1552336
Gaprindashvili backport details:
|
With this commit we introduce yet another global logger that is to be used by Nuage provider. We're having quite some logs there and it's better to log them into its own file.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1534449
@miq-bot add_label enhancement
@miq-bot assign @blomquisg
/cc @gberginc