Skip to content

Commit

Permalink
reverted logger commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
menanteau committed Jul 14, 2016
1 parent c92c662 commit 1ea8599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pixcorrect/PixCorrectDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def main(cls):
logging.basicConfig(format="%(asctime)s %(levelname)s:\t%(message)s",
level=logging.WARNING)

#global logger
#logger = logging.getLogger()
global logger
logger = logging.getLogger()
if args.verbose > 0:
verbosity = logging.INFO if args.verbose==1 else logging.DEBUG
logger.setLevel(verbosity)
Expand Down

0 comments on commit 1ea8599

Please sign in to comment.