changeset 1081:4511c7c5fb0e

quieter startup logging Ignore-this: fd63bcea8a57d4afe09cb96054d34974
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 03 Jun 2014 08:25:55 +0000
parents dfb23566a91f
children 9ea123a24320
files light9/Submaster.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/Submaster.py	Tue Jun 03 08:25:38 2014 +0000
+++ b/light9/Submaster.py	Tue Jun 03 08:25:55 2014 +0000
@@ -298,7 +298,7 @@
         for s in self.graph.subjects(RDF.type, L9['Submaster']):
             if self.graph.contains((s, RDF.type, L9['LocalSubmaster'])):
                 continue
-            log.info("found sub %s", s)
+            log.debug("found sub %s", s)
             if s not in self.submasters:
                 sub = self.submasters[s] = PersistentSubmaster(self.graph, s)
                 dispatcher.send("new submaster", sub=sub)