mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
[doc] Improve discoverability of links between logging documents. (GH-93405)
This commit is contained in:
parent
5247389369
commit
132e563703
2 changed files with 30 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ Logging Cookbook
|
|||
:Author: Vinay Sajip <vinay_sajip at red-dove dot com>
|
||||
|
||||
This page contains a number of recipes related to logging, which have been found
|
||||
useful in the past.
|
||||
useful in the past. For links to tutorial and reference information, please see
|
||||
:ref:`cookbook-ref-links`.
|
||||
|
||||
.. currentmodule:: logging
|
||||
|
||||
|
|
@ -3075,3 +3076,23 @@ the :ref:`existing mechanisms <context-info>` for passing contextual
|
|||
information into your logs and restrict the loggers created to those describing
|
||||
areas within your application (generally modules, but occasionally slightly
|
||||
more fine-grained than that).
|
||||
|
||||
.. _cookbook-ref-links:
|
||||
|
||||
Other resources
|
||||
---------------
|
||||
|
||||
.. seealso::
|
||||
|
||||
Module :mod:`logging`
|
||||
API reference for the logging module.
|
||||
|
||||
Module :mod:`logging.config`
|
||||
Configuration API for the logging module.
|
||||
|
||||
Module :mod:`logging.handlers`
|
||||
Useful handlers included with the logging module.
|
||||
|
||||
:ref:`Basic Tutorial <logging-basic-tutorial>`
|
||||
|
||||
:ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue