Add Honeycomb sub-interface and VLAN tests
[csit.git] / resources / libraries / python / honeycomb / HoneycombUtil.py
index 644cf62..2f8392e 100644 (file)
@@ -330,6 +330,8 @@ class HoneycombUtil(object):
         if data_representation == DataRepresentation.JSON:
             data = dumps(data)
 
+        logger.trace(data)
+
         path = HoneycombUtil.read_path_from_url_file(url_file)
         return HTTPRequest.put(node=node, path=path, headers=header,
                                payload=data)