RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1023614 - No logging to files
Summary: No logging to files
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: RDO
Classification: Community
Component: openstack-glance
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jon Bernard
QA Contact: Dafna Ron
URL:
Whiteboard: storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-26 02:43 UTC by Pete Zaitcev
Modified: 2016-04-26 22:38 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-01-08 22:24:22 UTC
Embargoed:


Attachments (Terms of Use)
glance-registry.conf (3.31 KB, text/plain)
2013-10-30 20:56 UTC, Pete Zaitcev
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1248292 0 None None None Never
OpenStack gerrit 55312 0 None None None Never

Description Pete Zaitcev 2013-10-26 02:43:56 UTC
Description of problem:

Glance does not log anything to configured logfiles

Version-Release number of selected component (if applicable):

openstack-glance-2013.2-1.el6.noarch
 ("yum info" says it came from "opentack-havana" repo)

How reproducible:

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
3. Verify that /var/log/glance is owned by glance (should be ok)
4. . keystonerc
5. glance index (should succeed)
6. ls -l /var/log/glance/registry.log  -- missing or empty

Actual results:

No logging at all

Expected results:

Logging

Additional info:

If I uncomment the log_file statement, log is written properly.
Therefore, I conclude that the default in the code is incorrect.

Comment 1 Flavio Percoco 2013-10-30 18:20:17 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?

Comment 2 Pete Zaitcev 2013-10-30 19:47:44 UTC
(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.

Comment 3 Pete Zaitcev 2013-10-30 20:56:12 UTC
Created attachment 817635 [details]
glance-registry.conf

Comment 4 Jon Bernard 2013-11-04 21:49:18 UTC
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?

Comment 5 Pete Zaitcev 2013-11-05 00:32:29 UTC
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.

Comment 6 Jon Bernard 2013-11-05 19:28:02 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.