commit | d51c69e781b75f704132ed81e3b7ef0b11252c1c | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <sapan@opennetworking.org> | Wed Aug 30 15:16:26 2017 -0400 |
committer | Sapan Bhatia <sapan@opennetworking.org> | Fri Sep 01 11:06:09 2017 -0700 |
tree | 4e47728215fffd0994da0f639e7549c70114aa35 | |
parent | 518855390b24e328e98d70319e36263ae8a1bec3 [diff] |
CORD-1846: The first argument to structlog logs must be a string Change-Id: Iee98b4658b6ff84d8c43c872e7ad666263c82dd2
diff --git a/xos/synchronizers/new_base/ansible_helper.py b/xos/synchronizers/new_base/ansible_helper.py index 0491048..d437c93 100644 --- a/xos/synchronizers/new_base/ansible_helper.py +++ b/xos/synchronizers/new_base/ansible_helper.py
@@ -179,7 +179,7 @@ else: oprops['ansible_status']='FAILED' - log.info(x._task, **oprops) + log.info('Ran Ansible task',task = x._task, **oprops) ofile.close()