diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-18 23:36:44 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-18 23:48:49 -0600 |
| commit | 1ec0ca5c5325953adb4e96313f7ff8bbedb87e13 (patch) | |
| tree | 2c019b49640565e1076f7bcea3026175c9743af6 /docs/narr/logging.rst | |
| parent | 401cf69020b888bf5343e211871a42d59494abd1 (diff) | |
| download | pyramid-1ec0ca5c5325953adb4e96313f7ff8bbedb87e13.tar.gz pyramid-1ec0ca5c5325953adb4e96313f7ff8bbedb87e13.tar.bz2 pyramid-1ec0ca5c5325953adb4e96313f7ff8bbedb87e13.zip | |
Move sentence from project docs to logging docs
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 7b60beda9..c8b3c0041 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -32,6 +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/2/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 |
