Add logging for each slave

parent a2d874be
......@@ -79,6 +79,8 @@ class Recipe(BaseSlapRecipe):
url = slave_instance.get("url", None)
reference = slave_instance.get("slave_reference")
self.logger.info('processing slave instance: %s' % reference)
# Check for mandatory slave fields
if url is None:
self.logger.warn('No "url" parameter is defined for %s slave'\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment