Bugs item #1503765, was opened at 2006-06-09 23:04
Message generated for change (Settings changed) 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

----------------------------------------------------------------------

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

Reply via email to