Skip to content

Commit

Permalink
Merge pull request #1 from mlschneid/master
Browse files Browse the repository at this point in the history
Prevents logger from emitting: 'No handlers could be found for logger mutagenerate'.
  • Loading branch information
gtnx committed May 21, 2015
2 parents 84a0c0c + 73752cb commit 33320ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mutagenerate/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

logger = logging.getLogger("mutagenerate")
logger.setLevel(logging.DEBUG)

logger.addHandler(logging.NullHandler())

0 comments on commit 33320ad

Please sign in to comment.