Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca819c3 + 838e638 commit d47f0d6Copy full SHA for d47f0d6
1 file changed
Doc/howto/logging-cookbook.rst
@@ -1350,7 +1350,7 @@ works::
1350
A simple handler for logging events. It runs in the listener process and
1351
dispatches events to loggers based on the name in the received record,
1352
which then get dispatched, by the logging system, to the handlers
1353
- configured for those records.
+ configured for those loggers.
1354
"""
1355
def handle(self, record):
1356
logger = logging.getLogger(record.name)
0 commit comments