Hi again I have seen my error! I was mistakenly occasionally creating the logger using
logger = logging.Logger("a.b.c")
instead of
logger = logging.getLogger("a.b.c")
Doh. I miss my private constructors to save me from such embarrasment
;^)
Cheers
Robert
--
http://mail.python.org/mailman/listinfo/python-list
