Issue 1503765: logger.config problems with comma separated lists (original) (raw)
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