ChristopherRabotin / bungiesearch

UNMAINTAINED CODE -- Elasticsearch-dsl-py django wrapper with mapping generator
BSD 3-Clause "New" or "Revised" License
67 stars 20 forks source link

named logger and isort imports #154

Closed diwu1989 closed 8 years ago

diwu1989 commented 8 years ago

right now, all logging outputs from bungiesearch are going into the root logger

instead, have a named logger bungiesearch and direct all logging into that logger so that users of the library can route logging statements from bungiesearch correctly

also ran isort and fixed some indentations in files that pep8 complains about

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1ab4128ca72ebd691833c8f2971ed085f0f25a24 on BetterWorks:namedLogger into d9f09688691aa0a71db42236e6cd1db4ac1c609f on ChristopherRabotin:master.