mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
debug log version
This commit is contained in:
parent
11495c5820
commit
aa67b83b38
1 changed files with 1 additions and 0 deletions
|
|
@ -1042,6 +1042,7 @@ def main(cli_args=sys.argv[1:]):
|
|||
args.logs_dir, 0o700, os.geteuid(), "--strict-permissions" in cli_args)
|
||||
setup_logging(args, _cli_log_handler, logfile='letsencrypt.log')
|
||||
|
||||
logger.debug("letsencrypt version: %s", letsencrypt.__version__)
|
||||
# do not log `args`, as it contains sensitive data (e.g. revoke --key)!
|
||||
logger.debug("Arguments: %r", cli_args)
|
||||
logger.debug("Discovered plugins: %r", plugins)
|
||||
|
|
|
|||
Loading…
Reference in a new issue