reactivate daemon

This commit is contained in:
Sandy Walsh 2012-05-01 10:16:19 -05:00
parent 8d8b5bd1eb
commit ced4be8019

View File

@ -155,8 +155,7 @@ class Monitor(threading.Thread):
time.sleep(5)
#with daemon.DaemonContext(files_preserve=[handler.stream]):
if True:
with daemon.DaemonContext(files_preserve=[handler.stream]):
workers = []
for deployment in DEPLOYMENTS:
LOG.info("Starting deployment: %s", deployment)