Bugs item #1503765, was opened at 2006-06-10 01:04 Message generated for change (Comment added) made by zseil You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1503765&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: Python 2.5 Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: cuppatea (cuppatea) Assigned to: Vinay Sajip (vsajip) Summary: logger.config problems with comma separated lists Initial Comment: Hello, I have noticed a problem when trying to use the config files. If my config file contains a comma separated list, eg: [logger_root] level=DEBUG handlers= h1, h2 Then the logger throws up an error when reading in the config file as the space is included as part of the handler name. I've included a fix for this in the attached config.py file. Please feel free to use it. Hope this helps, adil ---------------------------------------------------------------------- Comment By: �iga Seilnacht (zseil) Date: 2006-12-14 00:21 Message: Logged In: YES user_id=1326842 Originator: NO Shouldn't this patch and patch #1609407 also go to the release25-maint branch? ---------------------------------------------------------------------- Comment By: Vinay Sajip (vsajip) Date: 2006-12-11 15:42 Message: Logged In: YES user_id=308438 Originator: NO Applied a modified version of this patch to SVN - trunk and release24-maint. ---------------------------------------------------------------------- Comment By: Georg Brandl (gbrandl) Date: 2006-06-14 08:20 Message: Logged In: YES user_id=849994 Attaching a real patch and assigning to Vinay. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1503765&group_id=5470
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com