Skip to content

Commit

Permalink
Merge pull request certbot#1941 from SwartzCr/issue_988
Browse files Browse the repository at this point in the history
fix logging level error for renewer
  • Loading branch information
bmw committed Dec 23, 2015
2 parents fe29245 + 50aa5e9 commit e3df80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions letsencrypt/renewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def renew(cert, old_version):
def _cli_log_handler(args, level, fmt): # pylint: disable=unused-argument
handler = colored_logging.StreamHandler()
handler.setFormatter(logging.Formatter(fmt))
handler.setLevel(level)
return handler


Expand Down

0 comments on commit e3df80c

Please sign in to comment.