Bug 1121986
Summary: | Logging initialized too late | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Matej Kollar <mkollar> |
Component: | Transitions | Assignee: | Grant Gainey <ggainey> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Pramuk <lpramuk> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | Unspecified | CC: | bbuckingham, cperry, ggainey, jmontleo, mkollar |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-11 12:21:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1125243 |
Description
Matej Kollar
2014-07-22 09:28:25 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. commit 54d9abcb3026718870c9623c279912906d84a0e2 Moving logging-setup into init is a non-starter, because it relies on knowing the setting of the --debug option, and options aren't processed until after init :( However, we fixed the issues that caused this BZ to be opened, by deciding to stop overriding execute(). See commit 610fc67318ba2501c531fbedec2b54be1ea6cd98 for 'removing execute overrides' See commit 16d4cd6d68ad62c42b0981a05eefa83af9057471 for 'putting setup_logging back where it belongs' verified with rubygem-hammer_cli_import-0.10.3-1 This was delivered with Satellite 6.0 which was released on 10 September 2014. |