cpython/Lib/logging
Łukasz Langa ce9e625445 bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)
This used to be the case on Python 2.  Commit
212b590e11 changed the implementation for Python
3, making the `log()` method of LogAdapter call `logger._log()` directly.  This
makes nested log adapters not execute their ``process()`` method.  This patch
fixes the issue.

Also, now proxying `name`, too, to make `repr()` work with nested log adapters.

New tests added.
2017-10-19 10:24:55 -07:00
..
__init__.py bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044) 2017-10-19 10:24:55 -07:00
config.py bpo-30830: logging.config.listen() calls server_close() (#3524) 2017-09-13 01:44:08 -07:00
handlers.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00