diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-23 14:07:56 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-12-23 14:07:56 -0600 |
| commit | e46d009954e89be393d748b9e97b1202ece3eafe (patch) | |
| tree | c1b2565b27da44efefdab57294f78025ebad53e1 /docs/narr/logging.rst | |
| parent | 570243fcf3f9bb7b3da78404b0598011791ac882 (diff) | |
| parent | 912dc539ca793959d7465995f906279dad21ccc9 (diff) | |
| download | pyramid-e46d009954e89be393d748b9e97b1202ece3eafe.tar.gz pyramid-e46d009954e89be393d748b9e97b1202ece3eafe.tar.bz2 pyramid-e46d009954e89be393d748b9e97b1202ece3eafe.zip | |
Merge branch 'master' into luhn-authenticated-userid
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 58bd2d4ec..844128758 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -32,7 +32,7 @@ you to send messages to :mod:`Python standard library logging package :term:`PasteDeploy` ``development.ini`` and ``production.ini`` files created when you use our cookiecutter include a basic configuration for the Python :mod:`logging` package. -These ``.ini`` file sections are passed to the `logging module's config file configuration engine <https://docs.python.org/3.7/howto/logging.html#configuring-logging>`_. +These ``.ini`` file sections are passed to the `logging module's config file configuration engine <https://docs.python.org/3/howto/logging.html#configuring-logging>`_. PasteDeploy ``.ini`` files use the Python standard library :mod:`ConfigParser format <ConfigParser>`. This is the same format used as the Python |
