Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

consolidate logging in object_storage package #21

Open
sleerssen opened this issue Apr 14, 2014 · 0 comments
Open

consolidate logging in object_storage package #21

sleerssen opened this issue Apr 14, 2014 · 0 comments
Assignees
Milestone

Comments

@sleerssen
Copy link

There are (at least) three logging instances being created in the object_storage package, and that makes it a bit messy for callers to redirect logging to another logging instance owned by the caller. It would be nicer if object_storage.__init__.py created a singleton that the rest of the library used. Then replacing the logging instance would be as simple as reassigning the top level logger with the callers logger.

@briancline briancline self-assigned this Nov 23, 2014
@briancline briancline added this to the 0.6.0 milestone Nov 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants