New submission from Will Maier <[EMAIL PROTECTED]>:
Currently, logging.config.fileConfig() inconsistently handles lines like:
[handlers]
keys = spam, eggs
[formatters]
keys = foo, bar
It does, however, correctly handle the ', ' delimiter in the [loggers]
section. This is bec
New submission from Will Maier <[EMAIL PROTECTED]>:
In (at least) Python 2.5.2, logging.logRecord provides a very useful
facility to interpolate formatted strings. This feature expands an *args
sequence; if that sequence has only one element and that element is a
dictionary, LogRecord us