Commit da29f8c9 authored by Vinay Sajip's avatar Vinay Sajip

Merged comment correction from 3.2.

parents 0c0914ed 838e638a
......@@ -1377,7 +1377,7 @@ works::
A simple handler for logging events. It runs in the listener process and
dispatches events to loggers based on the name in the received record,
which then get dispatched, by the logging system, to the handlers
configured for those records.
configured for those loggers.
"""
def handle(self, record):
logger = logging.getLogger(record.name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment