Skip to content

Commit

Permalink
Changed so a root logger is created in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
moonso committed Aug 28, 2015
1 parent 9473d9b commit 8862f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chanjo/__init__.py
Expand Up @@ -10,7 +10,7 @@
"""

import logging
logger = logging.getLogger(__name__)
logger = logging.getLogger()

__banner__ = r"""
______ ________
Expand Down

0 comments on commit 8862f90

Please sign in to comment.