← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1382585] [NEW] eventlet.wsgi and glance.wsgi logs not separate

 

Public bug reported:


The log output from both glance.common.wsgi and eventlet.wsgi have the same prefix:


2014-10-17 15:01:43.096 3640 INFO glance.wsgi.server [-] Started child 3679
2014-10-17 15:01:43.097 3679 INFO glance.wsgi.server [-] (3679) wsgi starting up on http://0.0.0.0:9292/


it's better to have them separated, eg:

2014-10-17 15:02:08.409 3722 INFO glance.common.wsgi [-] Started child 3729
2014-10-17 15:02:08.409 3729 INFO eventlet.wsgi.server [-] (3729) wsgi starting up on http://0.0.0.0:9292/

** Affects: glance
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1382585

Title:
  eventlet.wsgi and glance.wsgi logs not separate

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  
  The log output from both glance.common.wsgi and eventlet.wsgi have the same prefix:

  
  2014-10-17 15:01:43.096 3640 INFO glance.wsgi.server [-] Started child 3679
  2014-10-17 15:01:43.097 3679 INFO glance.wsgi.server [-] (3679) wsgi starting up on http://0.0.0.0:9292/

  
  it's better to have them separated, eg:

  2014-10-17 15:02:08.409 3722 INFO glance.common.wsgi [-] Started child 3729
  2014-10-17 15:02:08.409 3729 INFO eventlet.wsgi.server [-] (3729) wsgi starting up on http://0.0.0.0:9292/

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1382585/+subscriptions


Follow ups

References