mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
report script used and logging dir
This commit is contained in:
parent
547b9b9244
commit
50232f3fec
1 changed files with 2 additions and 1 deletions
|
|
@ -395,7 +395,8 @@ print("Boulder Server at (EC2 private ip): %s"%boulder_url)
|
|||
|
||||
# Install and launch client scripts in parallel
|
||||
#-------------------------------------------------------------------------------
|
||||
print("Running letsencrypt clients in parallel - output routed to log files.")
|
||||
print("Uploading and running test script in parallel: %s"%cl_args.test_script)
|
||||
print("Output routed to log files in %s"%LOGDIR)
|
||||
# (Advice: always use Manager.Queue, never regular multiprocessing.Queue
|
||||
# the latter has implementation flaws that deadlock it in some circumstances)
|
||||
manager = Manager()
|
||||
|
|
|
|||
Loading…
Reference in a new issue