switch on logging by default
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3234 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
a4c59211ca
commit
6f689c33fe
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue