mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.11] Update logging documentation: change cross-reference and add webapp r… (GH-94541)
This commit is contained in:
parent
1e7efbc449
commit
8fe0b1d8fa
2 changed files with 271 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue