[openstack-dev] [Fuel] Logs format on UI (High/6.0)

Jay Pipes jaypipes at gmail.com
Fri Dec 12 21:37:09 UTC 2014


On 12/12/2014 01:35 PM, Dmitry Pyzhov wrote:
> We have a high priority bug in 6.0:
> https://bugs.launchpad.net/fuel/+bug/1401852. Here is the story.
>
> Our openstack services use to send logs in strange format with extra
> copy of timestamp and loglevel:
> ==> ./neutron-metadata-agent.log <==
> 2014-12-12T11:00:30.098105+00:00 info: 2014-12-12 11:00:30.003 14349
> INFO neutron.common.config [-] Logging enabled!
>
> And we have a workaround for this. We hide extra timestamp and use
> second loglevel.
>
> In Juno some of services have updated oslo.logging and now send logs in
> simple format:
> ==> ./nova-api.log <==
> 2014-12-12T10:57:15.437488+00:00 debug: Loading app ec2 from
> /etc/nova/api-paste.ini
>
> In order to keep backward compatibility and deal with both formats we
> have a dirty workaround for our workaround:
> https://review.openstack.org/#/c/141450/
>
> As I see, our best choice here is to throw away all workarounds and show
> logs on UI as is. If service sends duplicated data - we should show
> duplicated data.

++

Best,
-jay



More information about the OpenStack-dev mailing list