Turn log warning message into debug
This commit is contained in:
parent
6b6a5310f8
commit
5660f4b606
@ -53,7 +53,7 @@ def find_for_comment(project, node):
|
||||
'_deleted': {'$ne': True}
|
||||
}}, api=api)
|
||||
except ResourceNotFound:
|
||||
log.warning(
|
||||
log.debug(
|
||||
'url_for_node(node_id=%r): Unable to find parent node %r',
|
||||
node['_id'], parent.parent)
|
||||
raise ValueError('Unable to find parent node %r' % parent.parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user