Bug 1023614
Summary: | No logging to files | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Pete Zaitcev <zaitcev> | ||||
Component: | openstack-glance | Assignee: | Jon Bernard <jobernar> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Dafna Ron <dron> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | eglynn, fpercoco, yeylon | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | storage | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-01-08 22:24:22 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: | |||||||
Attachments: |
|
Description
Pete Zaitcev
2013-10-26 02:43:56 UTC
(In reply to Pete Zaitcev from comment #0) > Synchronous > > Steps to Reproduce: > 1. yum install openstack-glance > 2. grep log_file /etc/glance-*.conf > verify that log_file is commented and points /var/log/glance/FOO.log You meant not commented, right? What's the value of verbose and debug ? Could you please attach the config file to the bug? (In reply to Flavio Percoco from comment #1) > > verify that log_file is commented and points /var/log/glance/FOO.log > > You meant not commented, right? No, I mean commented, as stated. If log_file is uncommented, then logging works. Step 2 verifies that openstack-glance is installed as expected. Created attachment 817635 [details]
glance-registry.conf
From what I'm reading, if the 'log_file' directive is omitted or commented out, then log messages are sent to stdout. It sounds like what is described in the bug report is the intended behaviour. Am I not understanding this correctly? One way or the other, the comment in the stock glance-foo.conf has to be made to match the reality. If the default is stderr, then fix the comment to reflect that fact. I submitted a patch upstream, currently waiting on review: https://review.openstack.org/#/c/55312/. If that gets accepted I'll go through the backport process. |