This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients llucax, vinay.sajip
Date 2008-06-19.07:59:41
SpamBayes Score 0.049672585
Marked as misclassified No
Message-id <1213862392.46.0.356371184857.issue3136@psf.upfronthosting.co.za>
In-reply-to
Content
Without the patch, but simply moving the fileConfig() call to above
where the loggers are initialised, the output is the same as your
patched sample, viz.

logger:DEBUG: log debug
logger:INFO: log info
logger:WARNING: log warning
logger:ERROR: log error
logger:CRITICAL: log critical
logger.sublogger:DEBUG: sublog debug
logger.sublogger:INFO: sublog info
logger.sublogger:WARNING: sublog warning
logger.sublogger:ERROR: sublog error
logger.sublogger:CRITICAL: sublog critical

See

http://pastebin.lugmen.org.ar/4208
History
Date User Action Args
2008-06-19 07:59:53vinay.sajipsetspambayes_score: 0.0496726 -> 0.049672585
recipients: + vinay.sajip, llucax
2008-06-19 07:59:53vinay.sajipsetspambayes_score: 0.0496726 -> 0.0496726
messageid: <1213862392.46.0.356371184857.issue3136@psf.upfronthosting.co.za>
2008-06-19 07:59:50vinay.sajiplinkissue3136 messages
2008-06-19 07:59:49vinay.sajipcreate