From 6f689c33feae2e6a72576568db10d0d9adfe38f0 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 16 Feb 2009 06:45:54 +0000 Subject: [PATCH] switch on logging by default git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3234 fd906abe-77d9-0310-91a1-e0d9ade77398 --- classifier/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classifier/base.py b/classifier/base.py index bd2d37a..4cd95b4 100644 --- a/classifier/base.py +++ b/classifier/base.py @@ -53,7 +53,7 @@ class Classifier(AdapterBase): _contextAttributes = list(IClassifier) + list(IConcept) - logLevel = 99 # 99 don't log; 5 minimal logging; 0 full logging + logLevel = 5 # 99 don't log; 5 minimal logging; 0 full logging @Lazy def conceptManager(self):