Commit 9d2ed629 authored by Andreas Jung's avatar Andreas Jung

fixed logger name

parent 15691ee7
......@@ -30,7 +30,7 @@ import time, sys, types
from bisect import bisect
from random import randint
LOG = logging.getLogger('ZCatalog')
LOG = logging.getLogger('Zope.ZCatalog')
try:
from DocumentTemplate.cDocumentTemplate import safe_callable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment