1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

report script used and logging dir

This commit is contained in:
Anselm Levskaya
2015-12-04 15:21:58 -08:00
parent 547b9b9244
commit 50232f3fec

View File

@@ -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()