[openstack-dev] Proposed Logging Standards
Macdonald-Wallace, Matthew
matthew.macdonald-wallace at hp.com
Mon Jan 27 16:03:54 UTC 2014
> > I've also noticed just now that we appear to be "re-inventing" some parts of
> the logging framework (openstack.common.log.WriteableLogger for example
> appears to be a "catchall" when we should just be handing off to the default
> logger and letting the python logging framework decide what to do IMHO).
>
> WriteableLogger exists for a very specific reason: eventlet. Eventlet assumes a
> file object for logging, not a python logger.
>
> I've proposed a change for that -
> https://github.com/eventlet/eventlet/pull/75 - but it's not yet upstream.
Thanks for clearing that up, makes a lot more sense now!
So when the change is merged upstream we can get rid of that in our code as well?
Matt
More information about the OpenStack-dev
mailing list