mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Log circumstances of deprecation warnings
This commit is contained in:
parent
25ea215ad8
commit
3c3e04ec72
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue