Merge pull request #3290 from certbot/deprecation-forensics

Log circumstances of deprecation warnings
This commit is contained in:
Peter Eckersley 2016-07-14 13:48:56 -07:00 committed by GitHub
commit a506436d84

View file

@ -162,6 +162,7 @@ def possible_deprecation_warning(config):
"not receive updates, and is less reliable than more recent versions. "
"We recommend upgrading to the latest certbot-auto script, or using native "
"OS packages.")
logger.debug("Deprecation warning circumstances: %s / %s", sys.argv[0], os.environ)
class _Default(object):