[ python-Bugs-1503765 ] logger.config problems with comma separated lists
SourceForge.net
noreply at sourceforge.net
Wed Jun 14 08:20:31 CEST 2006
Bugs item #1503765, was opened at 2006-06-09 23:04
Message generated for change (Comment added) made by gbrandl
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: Open
Resolution: None
Priority: 5
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: Georg Brandl (gbrandl)
Date: 2006-06-14 06: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
More information about the Python-bugs-list
mailing list