Reviewed: https://review.openstack.org/157957 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=e7b51362fdca995f866d992dc34280da3ea838db Submitter: Jenkins Branch: master
commit e7b51362fdca995f866d992dc34280da3ea838db Author: George Peristerakis <[email protected]> Date: Fri Feb 20 16:28:32 2015 -0500 Changed the log format for horizon's apache configuration The default apache log format is noisy. Added a custom log format that matches the other apache log format of projects like keystone Closes-Bug: #1222900 Change-Id: Id9a8c3a4413c778e009c56ffde6b646b8a120c8b ** Changed in: devstack Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1222900 Title: verbose logging with standard devstack settings Status in devstack - openstack dev environments: Fix Released Status in OpenStack Dashboard (Horizon): Invalid Bug description: using a standard devstack setup, there seems to be a lot of (invalid) error logging. not sure if it is expected behaviour but it visually seems odd that it logs with [error] on every call yet the response seems to be ok: [Mon Sep 09 16:01:26 2013] [error] DEBUG:ceilometerclient.common.http: [Mon Sep 09 16:01:26 2013] [error] HTTP/1.0 200 OK [Mon Sep 09 16:01:26 2013] [error] date: Mon, 09 Sep 2013 16:01:26 GMT [Mon Sep 09 16:01:26 2013] [error] content-length: 2 [Mon Sep 09 16:01:26 2013] [error] content-type: application/json; charset=UTF-8 [Mon Sep 09 16:01:26 2013] [error] server: WSGIServer/0.1 Python/2.7.3 [Mon Sep 09 16:01:26 2013] [error] [Mon Sep 09 16:01:26 2013] [error] [] [Mon Sep 09 16:01:26 2013] [error] [Mon Sep 09 16:01:26 2013] [error] DEBUG:ceilometerclient.common.http:curl -i -X GET -H 'X-Auth-Token: 4ccec28a944671cf9d1246de45084742' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'User-Agent: python-ceilometerclient' http://10.0.2.15:8777/v2/meters/disk.read.requests/statistics?q.op=eq&q.op=ge&q.op=le&q.value=55cae1bb63dd491ca7504624c413a3c2&q.value=2013-08-10+16%3A01%3A20.911959&q.value=2013-09-09+16%3A01%3A20.911972&q.field=project_id&q.field=timestamp&q.field=timestamp [Mon Sep 09 16:01:26 2013] [error] DEBUG:ceilometerclient.common.http: [Mon Sep 09 16:01:26 2013] [error] HTTP/1.0 200 OK [Mon Sep 09 16:01:26 2013] [error] date: Mon, 09 Sep 2013 16:01:26 GMT [Mon Sep 09 16:01:26 2013] [error] content-length: 2 [Mon Sep 09 16:01:26 2013] [error] content-type: application/json; charset=UTF-8 [Mon Sep 09 16:01:26 2013] [error] server: WSGIServer/0.1 Python/2.7.3 [Mon Sep 09 16:01:26 2013] [error] [Mon Sep 09 16:01:26 2013] [error] [] [Mon Sep 09 16:01:26 2013] [error] [Mon Sep 09 16:01:26 2013] [error] DEBUG:ceilometerclient.common.http:curl -i -X GET -H 'X-Auth-Token: 4ccec28a944671cf9d1246de45084742' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'User-Agent: python-ceilometerclient' http://10.0.2.15:8777/v2/meters/disk.write.bytes/statistics?q.op=eq&q.op=ge&q.op=le&q.value=55cae1bb63dd491ca7504624c413a3c2&q.value=2013-08-10+16%3A01%3A20.911959&q.value=2013-09-09+16%3A01%3A20.911972&q.field=project_id&q.field=timestamp&q.field=timestamp To manage notifications about this bug go to: https://bugs.launchpad.net/devstack/+bug/1222900/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

