commit | c76afbec42adf538b795a28fb567bbbfe2885d27 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Sat Feb 04 09:26:31 2017 -0800 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Sat Feb 04 09:26:31 2017 -0800 |
tree | a2c27885b9a04bdb1d9bd705e207a802aa408ce6 | |
parent | 36478d136ba3839e4691c82df81754dadd186516 [diff] |
CORD-705: Structured logs for ELK Change-Id: Iaa57517fb16e1f8333b913393d959ab039887bb1
diff --git a/xos/synchronizer/steps/sync_container.py b/xos/synchronizer/steps/sync_container.py index e884add..9449af1 100644 --- a/xos/synchronizer/steps/sync_container.py +++ b/xos/synchronizer/steps/sync_container.py
@@ -156,7 +156,7 @@ if not template_name: template_name = self.template_name tStart = time.time() - run_template_ssh(template_name, fields, path="container") + run_template_ssh(template_name, fields, path="container", object=o) logger.info("playbook execution time %d" % int(time.time()-tStart),extra=o.tologdict())