changeset 17:3cec69d2e609

quieter logging on patchObject calls Ignore-this: 5a189183500551779ea56bc46238963d
author drewp@bigasterisk.com
date Sun, 28 Oct 2018 11:08:23 +0000
parents ae91ca39b73f
children fc8fc22ba833
files rdfdb/grapheditapi.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rdfdb/grapheditapi.py	Thu Apr 26 08:25:42 2018 +0000
+++ b/rdfdb/grapheditapi.py	Sun Oct 28 11:08:23 2018 +0000
@@ -30,7 +30,7 @@
 
     def patchObject(self, context, subject, predicate, newObject):
         p = self.getObjectPatch(context, subject, predicate, newObject)
-        log.info("patchObject %r" % p.jsonRepr)
+        log.debug("patchObject %r" % p.jsonRepr)
         self.patch(p)
 
     def patchSubgraph(self, context, newGraph):