** Project changed: oslo-incubator => oslo.log -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1155633
Title: Inconsistent formats in eventlet.wsgi records Status in OpenStack Image Registry and Delivery Service (Glance): Invalid Status in Logging configuration library for OpenStack: Triaged Bug description: The section of a DEBUG eventlet.wsgi record normally contains a field that looks like this: [f9ebed7e-1efd-4ce7-af91-72150d032364 86628093430250 58924572785796] and while running some code that parses the data into fields based on whitespace I just found a record containing this: [-], resulting in the fields positions of the records that follow changing. I'd suggest changing [-] to [- - -] for consistency. If you consider [] a single field this is not a bug, but if you consider the whole record as space-separated values which I believe most people like me do, this makes parsing a more complicated and also sets a bad precedence. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1155633/+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

