Re: Missing logging output in Python

2013-03-12 Thread W. Matthew Wilson
') # tell the handler to use this format console.setFormatter(formatter) # add the handler to the root logger logging.getLogger('').addHandler(console) -- http://mail.python.org/mailman/listinfo/python-list -- W. Matthew Wilson m...@tplus1.com http://tplus1.com -- http://mail.python.org

Any logger created before calling logging.config.dictCOnfig is not configured

2013-03-06 Thread W. Matthew Wilson
(log1.propagate) print log1.getEffectiveLevel(): {0}.format(log1.getEffectiveLevel()) ### SCRIPT END -- W. Matthew Wilson m...@tplus1.com http://tplus1.com -- http://mail.python.org/mailman/listinfo/python-list