diff service/mqtt_to_rdf/candidate_binding.py @ 1634:ba59cfc3c747

hack math:sum in there. Test suite is passing except some slow performers
author drewp@bigasterisk.com
date Sun, 12 Sep 2021 23:48:43 -0700
parents bd79a2941cab
children 22d481f0a924
line wrap: on
line diff
--- a/service/mqtt_to_rdf/candidate_binding.py	Sun Sep 12 21:48:36 2021 -0700
+++ b/service/mqtt_to_rdf/candidate_binding.py	Sun Sep 12 23:48:43 2021 -0700
@@ -7,7 +7,7 @@
 from rdflib.term import Node, Variable
 
 from inference_types import BindableTerm, BindingUnknown, Triple
-log = logging.getLogger()
+log = logging.getLogger('cbind')
 INDENT = '    '
 
 @dataclass