Skip to content
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

Make ContainerLogger respond to #instrument #16694

Merged
merged 1 commit into from
Dec 19, 2017

Conversation

carbonin
Copy link
Member

In a container, the instance of ContainerLogger is sent
every message recieved by the other logger instances

In the case of FogLogger we have had to add additional messages
to deal with the Econ gem's requirements around logging
requests.

This failure manifests itself as a failure to validate
credentials on providers which use Fog when running in a
container.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1527546

In a container, the instance of ContainerLogger is sent
every message recieved by the other logger instances

In the case of FogLogger we have had to add additional messages
to deal with the Econ gem's requirements around logging
requests.

This failure manifests itself as a failure to validate
credentials on providers which use Fog when running in a
container.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1527546
@miq-bot
Copy link
Member

miq-bot commented Dec 19, 2017

Checked commit carbonin@81343e8 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0
3 files checked, 1 offense detected

lib/vmdb/loggers.rb

@bdunne bdunne merged commit 05b53f1 into ManageIQ:master Dec 19, 2017
@bdunne bdunne added this to the Sprint 76 Ending Jan 1, 2018 milestone Dec 19, 2017
simaishi pushed a commit that referenced this pull request Jan 3, 2018
…ogger

Make ContainerLogger respond to #instrument
(cherry picked from commit 05b53f1)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530637
@simaishi
Copy link
Contributor

simaishi commented Jan 3, 2018

Gaprindashvili backport details:

$ git log -1
commit e38dde88fb2e87e31ce2f027ff07e47681856604
Author: Brandon Dunne <brandondunne@hotmail.com>
Date:   Tue Dec 19 17:58:11 2017 -0500

    Merge pull request #16694 from carbonin/add_instrument_to_container_logger
    
    Make ContainerLogger respond to #instrument
    (cherry picked from commit 05b53f17d9152fe48d4e8c04ec113cf62707dba2)
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530637

@carbonin carbonin deleted the add_instrument_to_container_logger branch August 16, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants