Skip to content
Snippets Groups Projects
Commit 21f6c149 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-190: do not log humongous specification doc

parent 6c2a573a
No related branches found
No related tags found
1 merge request!252Resolve TMSS-190
...@@ -146,7 +146,7 @@ class ResourceAssigner(object): ...@@ -146,7 +146,7 @@ class ResourceAssigner(object):
otdb_id = specification_tree.get('otdb_id') otdb_id = specification_tree.get('otdb_id')
tmss_id = specification_tree.get('tmss_id') tmss_id = specification_tree.get('tmss_id')
logger.info('do_assignment: otdb_id=%s tmss_id=%s specification_tree=%s', otdb_id, tmss_id, specification_tree) logger.info('do_assignment: otdb_id=%s tmss_id=%s', otdb_id, tmss_id)
spec = Specification(self.otdbrpc, self.momrpc, self.radb) spec = Specification(self.otdbrpc, self.momrpc, self.radb)
spec.from_dict(specification_tree) spec.from_dict(specification_tree)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment