[Commits] (twl) Set logging back to INFO
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 24 10:48:57 PDT 2004
Commit by: twl
Modified files:
chandler/parcels/osaf/contentmodel/Query.py 1.5 1.6
Log message:
Set logging back to INFO
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/Query.py.diff?r1=text&tr1=1.5&r2=text&tr2=1.6
Index: chandler/parcels/osaf/contentmodel/Query.py
diff -u chandler/parcels/osaf/contentmodel/Query.py:1.5 chandler/parcels/osaf/contentmodel/Query.py:1.6
--- chandler/parcels/osaf/contentmodel/Query.py:1.5 Tue Aug 24 10:48:11 2004
+++ chandler/parcels/osaf/contentmodel/Query.py Tue Aug 24 10:48:56 2004
@@ -4,7 +4,7 @@
import logging
log = logging.getLogger("ContentQuery")
-log.setLevel(logging.DEBUG)
+log.setLevel(logging.INFO)
class Query(Item.Item):
More information about the Commits
mailing list