Skip to content

Commit

Permalink
Merge pull request #55 from ufo-kit/replace-basicconfig
Browse files Browse the repository at this point in the history
Use NullHandler instead of basicConfig
  • Loading branch information
decarlof committed Sep 8, 2017
2 parents 809a649 + 882e279 commit be3882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dxchange/__init__.py
Expand Up @@ -50,7 +50,7 @@
unicode_literals)

import logging
logging.basicConfig()
logging.getLogger(__name__).addHandler(logging.NullHandler())

from dxchange.exchange import *
from dxchange.reader import *
Expand Down

0 comments on commit be3882a

Please sign in to comment.