[3.11] Update logging documentation: change cross-reference and add webapp r… (GH-94541)

This commit is contained in:
Vinay Sajip 2022-07-04 09:09:40 +01:00 committed by GitHub
parent 1e7efbc449
commit 8fe0b1d8fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 271 additions and 2 deletions

View file

@ -233,7 +233,7 @@ is the module's name in the Python package namespace.
2006-02-08 22:20:02,165 192.168.0.1 fbloggs Protocol problem: connection reset
The keys in the dictionary passed in *extra* should not clash with the keys used
by the logging system. (See the :class:`Formatter` documentation for more
by the logging system. (See the section on :ref:`logrecord-attributes` for more
information on which keys are used by the logging system.)
If you choose to use these attributes in logged messages, you need to exercise