[issue18476] No way to pass custom arguments for loggers and formatters.

2013-07-25 Thread Piotr Dobrogost
Changes by Piotr Dobrogost : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue18476] No way to pass custom arguments for loggers and formatters.

2013-07-16 Thread Vinay Sajip
Vinay Sajip added the comment: I would prefer not to extend the functionality of fileConfig(), as dictConfig() is the preferred configuration approach. It's much more general than fileConfig() can be (without doing significant work on fileConfig(), which I'd like to not develop any further).

[issue18476] No way to pass custom arguments for loggers and formatters.

2013-07-16 Thread Piotr Dobrogost
New submission from Piotr Dobrogost: It seems there's no way to pass custom arguments for loggers (http://hg.python.org/cpython/file/d9893d13c628/Lib/logging/__init__.py#l) and formatters (http://hg.python.org/cpython/file/d9893d13c628/Lib/logging/config.py#l117) the same way they are bei