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
Coverage remained the same at 100.0% when pulling 1ab4128ca72ebd691833c8f2971ed085f0f25a24 on BetterWorks:namedLogger into d9f09688691aa0a71db42236e6cd1db4ac1c609f on ChristopherRabotin:master.
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 correctlyalso ran
isort
and fixed some indentations in files that pep8 complains about